Color Hex Logo

#c8856f Color Hex

#C8856F
(200,133,111)
0 Favorites   0 Comments

Color spaces of #c8856f

RGB 200133111
HSL0.040.450.61
HSV15°45°78°
CMYK 0.000.340.45   0.22
XYZ35.076230.202119.0198
Yxy30.20210.41610.3583
Hunter Lab54.956417.754717.9499
CIE-Lab61.828223.175822.3857

#c8856f color RGB value is (200,133,111).

#c8856f hex color red value is 200, green value is 133 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c8856f hue: 0.04 , saturation: 0.45 and the lightness value of c8856f is 0.61.

The process color (four color CMYK) of #c8856f color hex is 0.00, 0.34, 0.45, 0.22. Web safe color of #c8856f is #cc9966. Color #c8856f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000101 01101111
Octal 310 205 157
Decimal 200 133 111
Hex C8 85 6F

RGB Percentages of Color #c8856f

%45.05
%29.95
%25.00

CMYK Percentages of Color #c8856f

%0
%34
%45
%22

Triadic Colors of #c8856f

#c8856f #6fc885 #856fc8

Analogous Colors of #c8856f

#c8856f #c8b26f #c86f86

Monochromatic Colors of #c8856f

#c8856f

Complementary Color

#c8856f #6fb2c8

#c8856f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8856f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8856f Color CSS Codes

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

#c8856f Text Font Color

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

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


#c8856f Background Color

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

This div background color is #c8856f


#c8856f Border Color

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

This div border color is #c8856f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8856f


Comments

No comments written yet.

Please login to write comment.