COLOR #C9C899

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

Color info

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

RGB color model

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

RGB: (201,200,153) (79%, 78%, 60%)

RGB channels and saturation

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

201
200
153

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

Portions of RGB colors in percentages

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

%36.28
%36.1
%27.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.50%
  • 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
%0.5
%23.88
%21.18

Codes

Color #C9C899 in popluar color models

C9 C8 99
RGB 201 200 153
HSL 59° 30.77% 69.41%
HSB/HSV 59° 23.88% 78.82%
CMYK 0.00% 0.50% 23.88%
21.18%

Color #C9C899 in popluar number systems.

HEX C9 C8 99
Decimal 201 200 153
Binary 11001001 11001000 10011001
Octal 311 310 231

Shades and tints

Shades of #C9C899

#C9C899
(201,200,153)
#B7B68C
(183,182,140)
#A5A47F
(165,164,127)
#939272
(147,146,114)
#818065
(129,128,101)
#6F6E58
(111,110,88)
#5D5C4B
(93,92,75)
#4B4A3E
(75,74,62)
#393831
(57,56,49)
#272624
(39,38,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C9C899

#C9C899
(201,200,153)
#CDCDA2
(205,205,162)
#D1D2AB
(209,210,171)
#D5D7B4
(213,215,180)
#D9DCBD
(217,220,189)
#DDE1C6
(221,225,198)
#E1E6CF
(225,230,207)
#E5EBD8
(229,235,216)
#E9F0E1
(233,240,225)
#EDF5EA
(237,245,234)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C899; }

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

This text font color is #C9C899.

Background Color

.myBgColor { background-color: #C9C899; }

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

This div background color is #C9C899.

Border color

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

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

This div border color is #C9C899.

Opacity

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

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

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

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

This text has shadow with #C9C899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C899.

Preview

Color preview on black background

This text has color #C9C899 on black background.


Color preview on white background

This text has color #C9C899 on white background.


Black color preview on #C9C899 background

This text has black color on #C9C899 background.


White color preview on #C9C899 background

This text has white color on #C9C899 background.


Related colors

Complementary color

Complementary color for #hex is #363766.


I love getcolorcode.com

Triadic colors

1 #99C9C8 and #C899C9 with #C9C899 are triadic colors.

2 #99C8C9 and #C8C999 with #C9C899 are triadic colors.