COLOR #C8C999

HEX: #C8C999
RGB: (200,201,153)

Color info

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

RGB color model

#C8C999 color RGB value is (200,201,153).

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

RGB channels and saturation

R 200 of 255 = 78%
G 201 of 255 = 79%
B 153 of 255 = 60%

200
201
153

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

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 153 = 554 (100%)
R 200 of 554 ~ 36.1%
G 201 of 554 ~ 36.28%
B 153 of 554 ~ 27.62%

%36.1
%36.28
%27.62

CMYK color model

#C8C999 color CMYK value is (0,0,24,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 21.18%
CMYK:
(0,0,24,21)
C0M0Y24K21 
(0%,0%,24%,21%)
(0.00/0.00/0.24/0.21)	

CMYK percentages

%0.5
%0
%23.88
%21.18

Codes

Color #C8C999 in popluar color models

C8C999
RGB200201153
HSL61°30.77%69.41%
HSB/HSV61°23.88%78.82%
CMYK0.50%0.00%23.88%
21.18%

Color #C8C999 in popluar number systems.

HEXC8C999
Decimal200201153
Binary110010001100100110011001
Octal310311231

Shades and tints

Shades of #C8C999

#C8C999
(200,201,153)
#B6B78C
(182,183,140)
#A4A57F
(164,165,127)
#929372
(146,147,114)
#808165
(128,129,101)
#6E6F58
(110,111,88)
#5C5D4B
(92,93,75)
#4A4B3E
(74,75,62)
#383931
(56,57,49)
#262724
(38,39,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #C8C999

#C8C999
(200,201,153)
#CDCDA2
(205,205,162)
#D2D1AB
(210,209,171)
#D7D5B4
(215,213,180)
#DCD9BD
(220,217,189)
#E1DDC6
(225,221,198)
#E6E1CF
(230,225,207)
#EBE5D8
(235,229,216)
#F0E9E1
(240,233,225)
#F5EDEA
(245,237,234)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C999; }

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

This text font color is #C8C999.


Background Color

.myBgColor { background-color: #C8C999; }

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

This div background color is #C8C999.


Border color

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

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

This div border color is #C8C999.


Opacity

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

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

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

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

This text has shadow with #C8C999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C999 on black background.


Color preview on white background

This text has color #C8C999 on white background.



Black color preview on #C8C999 background

This text has black color on #C8C999 background.


White color preview on #C8C999 background

This text has white color on #C8C999 background.