COLOR #C9B0AA

HEX: #C9B0AA RGB: (201,176,170)

Color info

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

RGB color model

#C9B0AA color RGB value is (201,176,170).

RGB: (201,176,170) (79%, 69%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 170 of 255 = 67%

201
176
170

R + G + B ~ 72%. #C9B0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 176 + 170 = 547 (100%)
R 201 of 547 ~ 36.75%
G 176 of 547 ~ 32.18%
B 170 of 547 ~ 31.08'%

%36.75
%32.18
%31.08

CMYK color model

#C9B0AA color CMYK value is (0,12,15,21).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 15.42%
  • key color value is 21.18%

CMYK: (0,12,15,21)
C0M12Y15K21 (0%, 12%, 15%, 21%)
(0.00 / 0.12 / 0.15 / 0.21)

CMYK percentages

%0
%12.44
%15.42
%21.18

Codes

Color #C9B0AA in popluar color models

C9 B0 AA
RGB 201 176 170
HSL 12° 22.30% 72.75%
HSB/HSV 12° 15.42% 78.82%
CMYK 0.00% 12.44% 15.42%
21.18%

Color #C9B0AA in popluar number systems.

HEX C9 B0 AA
Decimal 201 176 170
Binary 11001001 10110000 10101010
Octal 311 260 252

Shades and tints

Shades of #C9B0AA

#C9B0AA
(201,176,170)
#B7A09B
(183,160,155)
#A5908C
(165,144,140)
#93807D
(147,128,125)
#81706E
(129,112,110)
#6F605F
(111,96,95)
#5D5050
(93,80,80)
#4B4041
(75,64,65)
#393032
(57,48,50)
#272023
(39,32,35)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #C9B0AA

#C9B0AA
(201,176,170)
#CDB7B1
(205,183,177)
#D1BEB8
(209,190,184)
#D5C5BF
(213,197,191)
#D9CCC6
(217,204,198)
#DDD3CD
(221,211,205)
#E1DAD4
(225,218,212)
#E5E1DB
(229,225,219)
#E9E8E2
(233,232,226)
#EDEFE9
(237,239,233)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B0AA color. Also use rgb(201,176,170) instead hex code.

Text Font Color

.myTextColor { color: #C9B0AA; }

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

This text font color is #C9B0AA.

Background Color

.myBgColor { background-color: #C9B0AA; }

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

This div background color is #C9B0AA.

Border color

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

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

This div border color is #C9B0AA.

Opacity

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

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

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

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

This text has shadow with #C9B0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B0AA.

Preview

Color preview on black background

This text has color #C9B0AA on black background.


Color preview on white background

This text has color #C9B0AA on white background.


Black color preview on #C9B0AA background

This text has black color on #C9B0AA background.


White color preview on #C9B0AA background

This text has white color on #C9B0AA background.


Related colors

Complementary color

Complementary color for #hex is #364F55.


I love getcolorcode.com

Triadic colors

1 #AAC9B0 and #B0AAC9 with #C9B0AA are triadic colors.

2 #AAB0C9 and #B0C9AA with #C9B0AA are triadic colors.