COLOR #C9A9A1

HEX: #C9A9A1 RGB: (201,169,161)

Color info

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

RGB color model

#C9A9A1 color RGB value is (201,169,161).

RGB: (201,169,161) (79%, 66%, 63%)

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 161 of 255 = 63%

201
169
161

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

Portions of RGB colors in percentages

R + G + B = 201 + 169 + 161 = 531 (100%)
R 201 of 531 ~ 37.85%
G 169 of 531 ~ 31.83%
B 161 of 531 ~ 30.32'%

%37.85
%31.83
%30.32

CMYK color model

#C9A9A1 color CMYK value is (0,16,20,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 19.90%
  • key color value is 21.18%

CMYK: (0,16,20,21)
C0M16Y20K21 (0%, 16%, 20%, 21%)
(0.00 / 0.16 / 0.20 / 0.21)

CMYK percentages

%0
%15.92
%19.9
%21.18

Codes

Color #C9A9A1 in popluar color models

C9 A9 A1
RGB 201 169 161
HSL 12° 27.03% 70.98%
HSB/HSV 12° 19.90% 78.82%
CMYK 0.00% 15.92% 19.90%
21.18%

Color #C9A9A1 in popluar number systems.

HEX C9 A9 A1
Decimal 201 169 161
Binary 11001001 10101001 10100001
Octal 311 251 241

Shades and tints

Shades of #C9A9A1

#C9A9A1
(201,169,161)
#B79A93
(183,154,147)
#A58B85
(165,139,133)
#937C77
(147,124,119)
#816D69
(129,109,105)
#6F5E5B
(111,94,91)
#5D4F4D
(93,79,77)
#4B403F
(75,64,63)
#393131
(57,49,49)
#272223
(39,34,35)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #C9A9A1

#C9A9A1
(201,169,161)
#CDB0A9
(205,176,169)
#D1B7B1
(209,183,177)
#D5BEB9
(213,190,185)
#D9C5C1
(217,197,193)
#DDCCC9
(221,204,201)
#E1D3D1
(225,211,209)
#E5DAD9
(229,218,217)
#E9E1E1
(233,225,225)
#EDE8E9
(237,232,233)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A9A1; }

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

This text font color is #C9A9A1.

Background Color

.myBgColor { background-color: #C9A9A1; }

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

This div background color is #C9A9A1.

Border color

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

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

This div border color is #C9A9A1.

Opacity

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

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

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

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

This text has shadow with #C9A9A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A9A1.

Preview

Color preview on black background

This text has color #C9A9A1 on black background.


Color preview on white background

This text has color #C9A9A1 on white background.


Black color preview on #C9A9A1 background

This text has black color on #C9A9A1 background.


White color preview on #C9A9A1 background

This text has white color on #C9A9A1 background.


Related colors

Complementary color

Complementary color for #hex is #36565E.


I love getcolorcode.com

Triadic colors

1 #A1C9A9 and #A9A1C9 with #C9A9A1 are triadic colors.

2 #A1A9C9 and #A9C9A1 with #C9A9A1 are triadic colors.