COLOR #C9A6A1

HEX: #C9A6A1
RGB: (201,166,161)

Color info

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

RGB color model

#C9A6A1 color RGB value is (201,166,161).

  • red value is 201;
  • green value is 166;
  • blue value is 161.
RGB:
(201,166,161)
(79%,65%,63%)

RGB channels and saturation

R 201 of 255 = 79%
G 166 of 255 = 65%
B 161 of 255 = 63%

201
166
161

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

Portions of RGB colors in percentages

R + G + B =
201 + 166 + 161 = 528 (100%)
R 201 of 528 ~ 38.07%
G 166 of 528 ~ 31.44%
B 161 of 528 ~ 30.49%

%38.07
%31.44
%30.49

CMYK color model

#C9A6A1 color CMYK value is (0,17,20,21).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 19.90%
  • key color value is 21.18%
CMYK:
(0,17,20,21)
C0M17Y20K21 
(0%,17%,20%,21%)
(0.00/0.17/0.20/0.21)	

CMYK percentages

%0
%17.41
%19.9
%21.18

Codes

Color #C9A6A1 in popluar color models

C9A6A1
RGB201166161
HSL27.03%70.98%
HSB/HSV19.90%78.82%
CMYK0.00%17.41%19.90%
21.18%

Color #C9A6A1 in popluar number systems.

HEXC9A6A1
Decimal201166161
Binary110010011010011010100001
Octal311246241

Shades and tints

Shades of #C9A6A1

#C9A6A1
(201,166,161)
#B79793
(183,151,147)
#A58885
(165,136,133)
#937977
(147,121,119)
#816A69
(129,106,105)
#6F5B5B
(111,91,91)
#5D4C4D
(93,76,77)
#4B3D3F
(75,61,63)
#392E31
(57,46,49)
#271F23
(39,31,35)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #C9A6A1

#C9A6A1
(201,166,161)
#CDAEA9
(205,174,169)
#D1B6B1
(209,182,177)
#D5BEB9
(213,190,185)
#D9C6C1
(217,198,193)
#DDCEC9
(221,206,201)
#E1D6D1
(225,214,209)
#E5DED9
(229,222,217)
#E9E6E1
(233,230,225)
#EDEEE9
(237,238,233)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A6A1; }

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

This text font color is #C9A6A1.


Background Color

.myBgColor { background-color: #C9A6A1; }

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

This div background color is #C9A6A1.


Border color

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

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

This div border color is #C9A6A1.


Opacity

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

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

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

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

This text has shadow with #C9A6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A6A1 on black background.


Color preview on white background

This text has color #C9A6A1 on white background.



Black color preview on #C9A6A1 background

This text has black color on #C9A6A1 background.


White color preview on #C9A6A1 background

This text has white color on #C9A6A1 background.