COLOR #C9AA91

HEX: #C9AA91 RGB: (201,170,145)

Color info

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

RGB color model

#C9AA91 color RGB value is (201,170,145).

RGB: (201,170,145) (79%, 67%, 57%)

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 145 of 255 = 57%

201
170
145

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

Portions of RGB colors in percentages

R + G + B = 201 + 170 + 145 = 516 (100%)
R 201 of 516 ~ 38.95%
G 170 of 516 ~ 32.95%
B 145 of 516 ~ 28.1'%

%38.95
%32.95
%28.1

CMYK color model

#C9AA91 color CMYK value is (0,15,28,21).

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

CMYK: (0,15,28,21)
C0M15Y28K21 (0%, 15%, 28%, 21%)
(0.00 / 0.15 / 0.28 / 0.21)

CMYK percentages

%0
%15.42
%27.86
%21.18

Codes

Color #C9AA91 in popluar color models

C9 AA 91
RGB 201 170 145
HSL 27° 34.15% 67.84%
HSB/HSV 27° 27.86% 78.82%
CMYK 0.00% 15.42% 27.86%
21.18%

Color #C9AA91 in popluar number systems.

HEX C9 AA 91
Decimal 201 170 145
Binary 11001001 10101010 10010001
Octal 311 252 221

Shades and tints

Shades of #C9AA91

#C9AA91
(201,170,145)
#B79B84
(183,155,132)
#A58C77
(165,140,119)
#937D6A
(147,125,106)
#816E5D
(129,110,93)
#6F5F50
(111,95,80)
#5D5043
(93,80,67)
#4B4136
(75,65,54)
#393229
(57,50,41)
#27231C
(39,35,28)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #C9AA91

#C9AA91
(201,170,145)
#CDB19B
(205,177,155)
#D1B8A5
(209,184,165)
#D5BFAF
(213,191,175)
#D9C6B9
(217,198,185)
#DDCDC3
(221,205,195)
#E1D4CD
(225,212,205)
#E5DBD7
(229,219,215)
#E9E2E1
(233,226,225)
#EDE9EB
(237,233,235)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AA91; }

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

This text font color is #C9AA91.

Background Color

.myBgColor { background-color: #C9AA91; }

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

This div background color is #C9AA91.

Border color

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

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

This div border color is #C9AA91.

Opacity

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

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

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

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

This text has shadow with #C9AA91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AA91.

Preview

Color preview on black background

This text has color #C9AA91 on black background.


Color preview on white background

This text has color #C9AA91 on white background.


Black color preview on #C9AA91 background

This text has black color on #C9AA91 background.


White color preview on #C9AA91 background

This text has white color on #C9AA91 background.


Related colors

Complementary color

Complementary color for #hex is #36556E.


I love getcolorcode.com

Triadic colors

1 #91C9AA and #AA91C9 with #C9AA91 are triadic colors.

2 #91AAC9 and #AAC991 with #C9AA91 are triadic colors.