color codes Logo

#c9683d color codes

#C9683D
(201,104,61)
0 Favorites   0 Comments

Color spaces of #c9683d

RGB 20110461
HSL0.050.560.51
HSV18°70°79°
CMYK 0.000.480.70   0.21
XYZ29.880022.65517.2129
Yxy22.65510.50010.3792
Hunter Lab47.597428.760824.3334
CIE-Lab54.715335.170740.9984

#c9683d color RGB value is (201,104,61).

#c9683d hex color red value is 201, green value is 104 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c9683d hue: 0.05 , saturation: 0.56 and the lightness value of c9683d is 0.51.

The process color (four color CMYK) of #c9683d color code is 0.00, 0.48, 0.70, 0.21. Web safe color of #c9683d is #cc6633. Color #c9683d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 00111101
Octal 311 150 75
Decimal 201 104 61
Hex C9 68 3D

RGB Percentages of Color #c9683d

%54.92
%28.42
%16.67

CMYK Percentages of Color #c9683d

%0
%48
%70
%21

Triadic Colors of #c9683d

#c9683d #3dc968 #683dc9

Analogous Colors of #c9683d

#c9683d #c9ae3d #c93d58

Monochromatic Colors of #c9683d

#c9683d

Complementary Color

#c9683d #3d9ec9

#c9683d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9683d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9683d Color CSS Codes

.mybgcolor {background-color:#c9683d; } 
.myforecolor {color:#c9683d; }
.mybordercolor {border:3px solid #c9683d; }

#c9683d Text Font Color

<p style="color:#c9683d">Text here</p>

This sample text font color is #c9683d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c9683d Background Color

<div style="background-color:#c9683d">
Div content here</div>

This div background color is #c9683d


#c9683d Border Color

<div style="border:3px solid #c9683d">
Div here</div>

This div border color is #c9683d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,104,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9683d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9683d;
  -webkit-box-shadow: 1px 1px 3px 2px #c9683d;
  box-shadow:         1px 1px 3px 2px #c9683d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,104,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c9683d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c9683d;
  -webkit-box-shadow: 1px 1px 3px 2px #c9683d;
  box-shadow:         1px 1px 3px 2px #c9683d;">
Div content here</div>

This div box has shadow with color #c9683d


Comments

No comments written yet.

Please login to write comment.