Color Hex Logo

#c8956b Color Hex

#C8956B
(200,149,107)
0 Favorites   0 Comments

Color spaces of #c8956b

RGB 200149107
HSL0.080.460.60
HSV27°47°78°
CMYK 0.000.260.47   0.22
XYZ37.220734.835818.6722
Yxy34.83580.41020.3840
Hunter Lab59.02199.278422.5583
CIE-Lab65.620613.994029.6096

#c8956b color RGB value is (200,149,107).

#c8956b hex color red value is 200, green value is 149 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c8956b hue: 0.08 , saturation: 0.46 and the lightness value of c8956b is 0.60.

The process color (four color CMYK) of #c8956b color hex is 0.00, 0.26, 0.47, 0.22. Web safe color of #c8956b is #cc9966. Color #c8956b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 01101011
Octal 310 225 153
Decimal 200 149 107
Hex C8 95 6B

RGB Percentages of Color #c8956b

%43.86
%32.68
%23.46

CMYK Percentages of Color #c8956b

%0
%26
%47
%22

Triadic Colors of #c8956b

#c8956b #6bc895 #956bc8

Analogous Colors of #c8956b

#c8956b #c8c46b #c86b70

Monochromatic Colors of #c8956b

#c8956b

Complementary Color

#c8956b #6b9ec8

#c8956b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8956b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8956b Color CSS Codes

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

#c8956b Text Font Color

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

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


#c8956b Background Color

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

This div background color is #c8956b


#c8956b Border Color

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

This div border color is #c8956b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8956b


Comments

No comments written yet.

Please login to write comment.