COLOR #C9A49B

HEX: #C9A49B RGB: (201,164,155)

Color info

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

RGB color model

#C9A49B color RGB value is (201,164,155).

RGB: (201,164,155) (79%, 64%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 164 of 255 = 64%
B 155 of 255 = 61%

201
164
155

R + G + B ~ 68%. #C9A49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 164 + 155 = 520 (100%)
R 201 of 520 ~ 38.65%
G 164 of 520 ~ 31.54%
B 155 of 520 ~ 29.81'%

%38.65
%31.54
%29.81

CMYK color model

#C9A49B color CMYK value is (0,18,23,21).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 22.89%
  • key color value is 21.18%

CMYK: (0,18,23,21)
C0M18Y23K21 (0%, 18%, 23%, 21%)
(0.00 / 0.18 / 0.23 / 0.21)

CMYK percentages

%0
%18.41
%22.89
%21.18

Codes

Color #C9A49B in popluar color models

C9 A4 9B
RGB 201 164 155
HSL 12° 29.87% 69.80%
HSB/HSV 12° 22.89% 78.82%
CMYK 0.00% 18.41% 22.89%
21.18%

Color #C9A49B in popluar number systems.

HEX C9 A4 9B
Decimal 201 164 155
Binary 11001001 10100100 10011011
Octal 311 244 233

Shades and tints

Shades of #C9A49B

#C9A49B
(201,164,155)
#B7968D
(183,150,141)
#A5887F
(165,136,127)
#937A71
(147,122,113)
#816C63
(129,108,99)
#6F5E55
(111,94,85)
#5D5047
(93,80,71)
#4B4239
(75,66,57)
#39342B
(57,52,43)
#27261D
(39,38,29)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #C9A49B

#C9A49B
(201,164,155)
#CDACA4
(205,172,164)
#D1B4AD
(209,180,173)
#D5BCB6
(213,188,182)
#D9C4BF
(217,196,191)
#DDCCC8
(221,204,200)
#E1D4D1
(225,212,209)
#E5DCDA
(229,220,218)
#E9E4E3
(233,228,227)
#EDECEC
(237,236,236)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A49B color. Also use rgb(201,164,155) instead hex code.

Text Font Color

.myTextColor { color: #C9A49B; }

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

This text font color is #C9A49B.

Background Color

.myBgColor { background-color: #C9A49B; }

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

This div background color is #C9A49B.

Border color

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

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

This div border color is #C9A49B.

Opacity

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

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

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

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

This text has shadow with #C9A49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A49B.

Preview

Color preview on black background

This text has color #C9A49B on black background.


Color preview on white background

This text has color #C9A49B on white background.


Black color preview on #C9A49B background

This text has black color on #C9A49B background.


White color preview on #C9A49B background

This text has white color on #C9A49B background.


Related colors

Complementary color

Complementary color for #hex is #365B64.


I love getcolorcode.com

Triadic colors

1 #9BC9A4 and #A49BC9 with #C9A49B are triadic colors.

2 #9BA4C9 and #A4C99B with #C9A49B are triadic colors.