Color Hex Logo

#c8845b Color Hex

#C8845B
(200,132,91)
0 Favorites   0 Comments

Color spaces of #c8845b

RGB 20013291
HSL0.060.500.57
HSV23°55°78°
CMYK 0.000.340.55   0.22
XYZ33.959029.537213.8089
Yxy29.53720.43930.3821
Hunter Lab54.348116.425122.9792
CIE-Lab61.252821.807032.7107

#c8845b color RGB value is (200,132,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 01011011
Octal 310 204 133
Decimal 200 132 91
Hex C8 84 5B

RGB Percentages of Color #c8845b

%47.28
%31.21
%21.51

CMYK Percentages of Color #c8845b

%0
%34
%55
%22

Triadic Colors of #c8845b

#c8845b #5bc884 #845bc8

Analogous Colors of #c8845b

#c8845b #c8bb5b #c85b69

Monochromatic Colors of #c8845b

#c8845b

Complementary Color

#c8845b #5b9fc8

#c8845b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8845b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8845b Color CSS Codes

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

#c8845b Text Font Color

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

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


#c8845b Background Color

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

This div background color is #c8845b


#c8845b Border Color

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

This div border color is #c8845b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8845b


Comments

No comments written yet.

Please login to write comment.