Color Hex Logo

#c8966c Color Hex

#C8966C
(200,150,108)
0 Favorites   0 Comments

Color spaces of #c8966c

RGB 200150108
HSL0.080.460.60
HSV27°46°78°
CMYK 0.000.250.46   0.22
XYZ37.432535.174819.0039
Yxy35.17480.40860.3840
Hunter Lab59.30838.870822.5178
CIE-Lab65.884513.549029.4105

#c8966c color RGB value is (200,150,108).

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

The process color (four color CMYK) of #c8966c color hex is 0.00, 0.25, 0.46, 0.22. Web safe color of #c8966c is #cc9966. Color #c8966c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010110 01101100
Octal 310 226 154
Decimal 200 150 108
Hex C8 96 6C

RGB Percentages of Color #c8966c

%43.67
%32.75
%23.58

CMYK Percentages of Color #c8966c

%0
%25
%46
%22

Triadic Colors of #c8966c

#c8966c #6cc896 #966cc8

Analogous Colors of #c8966c

#c8966c #c8c46c #c86c70

Monochromatic Colors of #c8966c

#c8966c

Complementary Color

#c8966c #6c9ec8

#c8966c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8966c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8966c Color CSS Codes

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

#c8966c Text Font Color

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

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


#c8966c Background Color

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

This div background color is #c8966c


#c8966c Border Color

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

This div border color is #c8966c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8966c


Comments

No comments written yet.

Please login to write comment.