Color Hex Logo

#c9855c Color Hex

#C9855C
(201,133,92)
0 Favorites   0 Comments

Color spaces of #c9855c

RGB 20113392
HSL0.060.500.57
HSV23°54°79°
CMYK 0.000.340.54   0.21
XYZ34.406729.965314.0957
Yxy29.96530.43850.3819
Hunter Lab54.740616.398623.0512
CIE-Lab61.624321.758332.6602

#c9855c color RGB value is (201,133,92).

#c9855c hex color red value is 201, green value is 133 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c9855c hue: 0.06 , saturation: 0.50 and the lightness value of c9855c is 0.57.

The process color (four color CMYK) of #c9855c color hex is 0.00, 0.34, 0.54, 0.21. Web safe color of #c9855c is #cc9966. Color #c9855c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000101 01011100
Octal 311 205 134
Decimal 201 133 92
Hex C9 85 5C

RGB Percentages of Color #c9855c

%47.18
%31.22
%21.60

CMYK Percentages of Color #c9855c

%0
%34
%54
%21

Triadic Colors of #c9855c

#c9855c #5cc985 #855cc9

Analogous Colors of #c9855c

#c9855c #c9bc5c #c95c6a

Monochromatic Colors of #c9855c

#c9855c

Complementary Color

#c9855c #5ca0c9

#c9855c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9855c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9855c Color CSS Codes

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

#c9855c Text Font Color

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

This sample text font color is #c9855c
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.


#c9855c Background Color

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

This div background color is #c9855c


#c9855c Border Color

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

This div border color is #c9855c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9855c


Comments

No comments written yet.

Please login to write comment.