COLOR #C9A99D

HEX: #C9A99D
RGB: (201,169,157)

Color info

#C9A99D contains red, green and blue colors in about the same proportion. Web safe color of #C9A99D is #CC9999 (or #C99).

RGB color model

#C9A99D color RGB value is (201,169,157).

  • red value is 201;
  • green value is 169;
  • blue value is 157.
RGB:
(201,169,157)
(79%,66%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 157 of 255 = 62%

201
169
157

R + G + B ~ 69%. #C9A99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 157 = 527 (100%)
R 201 of 527 ~ 38.14%
G 169 of 527 ~ 32.07%
B 157 of 527 ~ 29.79%

%38.14
%32.07
%29.79

CMYK color model

#C9A99D color CMYK value is (0,16,22,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 21.89%
  • key color value is 21.18%
CMYK:
(0,16,22,21)
C0M16Y22K21 
(0%,16%,22%,21%)
(0.00/0.16/0.22/0.21)	

CMYK percentages

%0
%15.92
%21.89
%21.18

Codes

Color #C9A99D in popluar color models

C9A99D
RGB201169157
HSL16°28.95%70.20%
HSB/HSV16°21.89%78.82%
CMYK0.00%15.92%21.89%
21.18%

Color #C9A99D in popluar number systems.

HEXC9A99D
Decimal201169157
Binary110010011010100110011101
Octal311251235

Shades and tints

Shades of #C9A99D

#C9A99D
(201,169,157)
#B79A8F
(183,154,143)
#A58B81
(165,139,129)
#937C73
(147,124,115)
#816D65
(129,109,101)
#6F5E57
(111,94,87)
#5D4F49
(93,79,73)
#4B403B
(75,64,59)
#39312D
(57,49,45)
#27221F
(39,34,31)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #C9A99D

#C9A99D
(201,169,157)
#CDB0A5
(205,176,165)
#D1B7AD
(209,183,173)
#D5BEB5
(213,190,181)
#D9C5BD
(217,197,189)
#DDCCC5
(221,204,197)
#E1D3CD
(225,211,205)
#E5DAD5
(229,218,213)
#E9E1DD
(233,225,221)
#EDE8E5
(237,232,229)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A99D color. Also use rgb(201,169,157) instead hex code.

Text Font Color

.myTextColor { color: #C9A99D; }

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

This text font color is #C9A99D.


Background Color

.myBgColor { background-color: #C9A99D; }

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

This div background color is #C9A99D.


Border color

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

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

This div border color is #C9A99D.


Opacity

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

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

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

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

This text has shadow with #C9A99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A99D on black background.


Color preview on white background

This text has color #C9A99D on white background.



Black color preview on #C9A99D background

This text has black color on #C9A99D background.


White color preview on #C9A99D background

This text has white color on #C9A99D background.