COLOR #C9A9A5

HEX: #C9A9A5
RGB: (201,169,165)

Color info

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

RGB color model

#C9A9A5 color RGB value is (201,169,165).

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

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 165 of 255 = 65%

201
169
165

R + G + B ~ 70%. #C9A9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 165 = 535 (100%)
R 201 of 535 ~ 37.57%
G 169 of 535 ~ 31.59%
B 165 of 535 ~ 30.84%

%37.57
%31.59
%30.84

CMYK color model

#C9A9A5 color CMYK value is (0,16,18,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 17.91%
  • key color value is 21.18%
CMYK:
(0,16,18,21)
C0M16Y18K21 
(0%,16%,18%,21%)
(0.00/0.16/0.18/0.21)	

CMYK percentages

%0
%15.92
%17.91
%21.18

Codes

Color #C9A9A5 in popluar color models

C9A9A5
RGB201169165
HSL25.00%71.76%
HSB/HSV17.91%78.82%
CMYK0.00%15.92%17.91%
21.18%

Color #C9A9A5 in popluar number systems.

HEXC9A9A5
Decimal201169165
Binary110010011010100110100101
Octal311251245

Shades and tints

Shades of #C9A9A5

#C9A9A5
(201,169,165)
#B79A96
(183,154,150)
#A58B87
(165,139,135)
#937C78
(147,124,120)
#816D69
(129,109,105)
#6F5E5A
(111,94,90)
#5D4F4B
(93,79,75)
#4B403C
(75,64,60)
#39312D
(57,49,45)
#27221E
(39,34,30)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #C9A9A5

#C9A9A5
(201,169,165)
#CDB0AD
(205,176,173)
#D1B7B5
(209,183,181)
#D5BEBD
(213,190,189)
#D9C5C5
(217,197,197)
#DDCCCD
(221,204,205)
#E1D3D5
(225,211,213)
#E5DADD
(229,218,221)
#E9E1E5
(233,225,229)
#EDE8ED
(237,232,237)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A9A5; }

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

This text font color is #C9A9A5.


Background Color

.myBgColor { background-color: #C9A9A5; }

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

This div background color is #C9A9A5.


Border color

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

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

This div border color is #C9A9A5.


Opacity

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

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

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

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

This text has shadow with #C9A9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A9A5 on black background.


Color preview on white background

This text has color #C9A9A5 on white background.



Black color preview on #C9A9A5 background

This text has black color on #C9A9A5 background.


White color preview on #C9A9A5 background

This text has white color on #C9A9A5 background.