COLOR #C9A6AF

HEX: #C9A6AF RGB: (201,166,175)

Color info

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

RGB color model

#C9A6AF color RGB value is (201,166,175).

RGB: (201,166,175) (79%, 65%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 166 of 255 = 65%
B 175 of 255 = 69%

201
166
175

R + G + B ~ 71%. #C9A6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 166 + 175 = 542 (100%)
R 201 of 542 ~ 37.08%
G 166 of 542 ~ 30.63%
B 175 of 542 ~ 32.29'%

%37.08
%30.63
%32.29

CMYK color model

#C9A6AF color CMYK value is (0,17,13,21).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 12.94%
  • key color value is 21.18%
CMYK: (0,17,13,21) C0M17Y13K21 (0%,17%,13%,21%) (0.00/0.17/0.13/0.21) 

CMYK percentages

%0
%17.41
%12.94
%21.18

Codes

Color #C9A6AF in popluar color models

C9 A6 AF
RGB 201 166 175
HSL 345° 24.48% 71.96%
HSB/HSV 345° 17.41% 78.82%
CMYK 0.00% 17.41% 12.94%
21.18%

Color #C9A6AF in popluar number systems.

HEX C9 A6 AF
Decimal 201 166 175
Binary 11001001 10100110 10101111
Octal 311 246 257

Shades and tints

Shades of #C9A6AF

#C9A6AF
(201,166,175)
#B797A0
(183,151,160)
#A58891
(165,136,145)
#937982
(147,121,130)
#816A73
(129,106,115)
#6F5B64
(111,91,100)
#5D4C55
(93,76,85)
#4B3D46
(75,61,70)
#392E37
(57,46,55)
#271F28
(39,31,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #C9A6AF

#C9A6AF
(201,166,175)
#CDAEB6
(205,174,182)
#D1B6BD
(209,182,189)
#D5BEC4
(213,190,196)
#D9C6CB
(217,198,203)
#DDCED2
(221,206,210)
#E1D6D9
(225,214,217)
#E5DEE0
(229,222,224)
#E9E6E7
(233,230,231)
#EDEEEE
(237,238,238)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A6AF; }

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

This text font color is #C9A6AF.

Background Color

.myBgColor { background-color: #C9A6AF; }

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

This div background color is #C9A6AF.

Border color

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

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

This div border color is #C9A6AF.

Opacity

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

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

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

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

This text has shadow with #C9A6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A6AF.

Preview

Color preview on black background

This text has color #C9A6AF on black background.


Color preview on white background

This text has color #C9A6AF on white background.


Black color preview on #C9A6AF background

This text has black color on #C9A6AF background.


White color preview on #C9A6AF background

This text has white color on #C9A6AF background.


Related colors

Complementary color

Complementary color for #hex is #365950.


I love getcolorcode.com

Triadic colors

1 #AFC9A6 and #A6AFC9 with #C9A6AF are triadic colors.

2 #AFA6C9 and #A6C9AF with #C9A6AF are triadic colors.