COLOR #C9AFA5

HEX: #C9AFA5
RGB: (201,175,165)

Color info

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

RGB color model

#C9AFA5 color RGB value is (201,175,165).

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

RGB channels and saturation

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

201
175
165

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

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 165 = 541 (100%)
R 201 of 541 ~ 37.15%
G 175 of 541 ~ 32.35%
B 165 of 541 ~ 30.5%

%37.15
%32.35
%30.5

CMYK color model

#C9AFA5 color CMYK value is (0,13,18,21).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 17.91%
  • key color value is 21.18%
CMYK:
(0,13,18,21)
C0M13Y18K21 
(0%,13%,18%,21%)
(0.00/0.13/0.18/0.21)	

CMYK percentages

%0
%12.94
%17.91
%21.18

Codes

Color #C9AFA5 in popluar color models

C9AFA5
RGB201175165
HSL17°25.00%71.76%
HSB/HSV17°17.91%78.82%
CMYK0.00%12.94%17.91%
21.18%

Color #C9AFA5 in popluar number systems.

HEXC9AFA5
Decimal201175165
Binary110010011010111110100101
Octal311257245

Shades and tints

Shades of #C9AFA5

#C9AFA5
(201,175,165)
#B7A096
(183,160,150)
#A59187
(165,145,135)
#938278
(147,130,120)
#817369
(129,115,105)
#6F645A
(111,100,90)
#5D554B
(93,85,75)
#4B463C
(75,70,60)
#39372D
(57,55,45)
#27281E
(39,40,30)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #C9AFA5

#C9AFA5
(201,175,165)
#CDB6AD
(205,182,173)
#D1BDB5
(209,189,181)
#D5C4BD
(213,196,189)
#D9CBC5
(217,203,197)
#DDD2CD
(221,210,205)
#E1D9D5
(225,217,213)
#E5E0DD
(229,224,221)
#E9E7E5
(233,231,229)
#EDEEED
(237,238,237)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AFA5; }

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

This text font color is #C9AFA5.


Background Color

.myBgColor { background-color: #C9AFA5; }

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

This div background color is #C9AFA5.


Border color

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

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

This div border color is #C9AFA5.


Opacity

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

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

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

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

This text has shadow with #C9AFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AFA5 on black background.


Color preview on white background

This text has color #C9AFA5 on white background.



Black color preview on #C9AFA5 background

This text has black color on #C9AFA5 background.


White color preview on #C9AFA5 background

This text has white color on #C9AFA5 background.