COLOR #C8C599

HEX: #C8C599
RGB: (200,197,153)

Color info

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

RGB color model

#C8C599 color RGB value is (200,197,153).

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

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 153 of 255 = 60%

200
197
153

R + G + B ~ 72%. #C8C599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 197 + 153 = 550 (100%)
R 200 of 550 ~ 36.36%
G 197 of 550 ~ 35.82%
B 153 of 550 ~ 27.82%

%36.36
%35.82
%27.82

CMYK color model

#C8C599 color CMYK value is (0,1,24,22).

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(0,1,24,22)
C0M1Y24K22 
(0%,1%,24%,22%)
(0.00/0.01/0.24/0.22)	

CMYK percentages

%0
%1.5
%23.5
%21.57

Codes

Color #C8C599 in popluar color models

C8C599
RGB200197153
HSL56°29.94%69.22%
HSB/HSV56°23.50%78.43%
CMYK0.00%1.50%23.50%
21.57%

Color #C8C599 in popluar number systems.

HEXC8C599
Decimal200197153
Binary110010001100010110011001
Octal310305231

Shades and tints

Shades of #C8C599

#C8C599
(200,197,153)
#B6B48C
(182,180,140)
#A4A37F
(164,163,127)
#929272
(146,146,114)
#808165
(128,129,101)
#6E7058
(110,112,88)
#5C5F4B
(92,95,75)
#4A4E3E
(74,78,62)
#383D31
(56,61,49)
#262C24
(38,44,36)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #C8C599

#C8C599
(200,197,153)
#CDCAA2
(205,202,162)
#D2CFAB
(210,207,171)
#D7D4B4
(215,212,180)
#DCD9BD
(220,217,189)
#E1DEC6
(225,222,198)
#E6E3CF
(230,227,207)
#EBE8D8
(235,232,216)
#F0EDE1
(240,237,225)
#F5F2EA
(245,242,234)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C599; }

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

This text font color is #C8C599.


Background Color

.myBgColor { background-color: #C8C599; }

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

This div background color is #C8C599.


Border color

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

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

This div border color is #C8C599.


Opacity

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

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

Text with #C8C599 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 #C8C599;}

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

This text has shadow with #C8C599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C599 on black background.


Color preview on white background

This text has color #C8C599 on white background.



Black color preview on #C8C599 background

This text has black color on #C8C599 background.


White color preview on #C8C599 background

This text has white color on #C8C599 background.