COLOR #C8C5A0

HEX: #C8C5A0
RGB: (200,197,160)

Color info

#C8C5A0 contains red, green and blue colors in about the same proportion. Web safe color of #C8C5A0 is #CCCC99 (or #CC9).

RGB color model

#C8C5A0 color RGB value is (200,197,160).

  • red value is 200;
  • green value is 197;
  • blue value is 160.
RGB:
(200,197,160)
(78%,77%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 160 of 255 = 63%

200
197
160

R + G + B ~ 73%. #C8C5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 197 + 160 = 557 (100%)
R 200 of 557 ~ 35.91%
G 197 of 557 ~ 35.37%
B 160 of 557 ~ 28.73%

%35.91
%35.37
%28.73

CMYK color model

#C8C5A0 color CMYK value is (0,1,20,22).

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 20.00%
  • key color value is 21.57%
CMYK:
(0,1,20,22)
C0M1Y20K22 
(0%,1%,20%,22%)
(0.00/0.01/0.20/0.22)	

CMYK percentages

%0
%1.5
%20
%21.57

Codes

Color #C8C5A0 in popluar color models

C8C5A0
RGB200197160
HSL56°26.67%70.59%
HSB/HSV56°20.00%78.43%
CMYK0.00%1.50%20.00%
21.57%

Color #C8C5A0 in popluar number systems.

HEXC8C5A0
Decimal200197160
Binary110010001100010110100000
Octal310305240

Shades and tints

Shades of #C8C5A0

#C8C5A0
(200,197,160)
#B6B492
(182,180,146)
#A4A384
(164,163,132)
#929276
(146,146,118)
#808168
(128,129,104)
#6E705A
(110,112,90)
#5C5F4C
(92,95,76)
#4A4E3E
(74,78,62)
#383D30
(56,61,48)
#262C22
(38,44,34)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #C8C5A0

#C8C5A0
(200,197,160)
#CDCAA8
(205,202,168)
#D2CFB0
(210,207,176)
#D7D4B8
(215,212,184)
#DCD9C0
(220,217,192)
#E1DEC8
(225,222,200)
#E6E3D0
(230,227,208)
#EBE8D8
(235,232,216)
#F0EDE0
(240,237,224)
#F5F2E8
(245,242,232)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C5A0 color. Also use rgb(200,197,160) instead hex code.

Text Font Color

.myTextColor { color: #C8C5A0; }

<p style="color:#C8C5A0">This sample text font color is #C8C5A0.</p>

This text font color is #C8C5A0.


Background Color

.myBgColor { background-color: #C8C5A0; }

<div style="background-color:#C8C5A0">Inner text</div>

This div background color is #C8C5A0.


Border color

.myBorderColor { border: 1px solid #C8C5A0; }

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

This div border color is #C8C5A0.


Opacity

.myOpacity80 { color: #C8C5A0; opacity: 0.8; }

<p style="color:#C8C5A0;opacity:0.8;">80%</p>

Text with #C8C5A0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C8C5A0;}

<p style="text-shadow: 3px 3px 1px #C8C5A0">Text here.</p>

This text has shadow with #C8C5A0 color.

.textShadow {text-shadow: 3px 3px 1px #C8C5A0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C8C5A0, 5px 5px 20px red">Text here.</p>

This text has shadow with #C8C5A0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8C5A0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C8C5A0, Direction=45, Strength=4)">Text</p>

This text has shadow with #C8C5A0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C8C5A0;
  -webkit-box-shadow:	1px 1px 3px 2px #C8C5A0;
  box-shadow:		1px 1px 3px 2px #C8C5A0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C8C5A0;
-webkit-box-shadow: 1px 1px 3px 2px #C8C5A0;
box-shadow:1px 1px 3px 2px #C8C5A0;">
Div content here</div>
This div box has shadow with color #C8C5A0.

Preview

Color preview on black background

This text has color #C8C5A0 on black background.


Color preview on white background

This text has color #C8C5A0 on white background.



Black color preview on #C8C5A0 background

This text has black color on #C8C5A0 background.


White color preview on #C8C5A0 background

This text has white color on #C8C5A0 background.