COLOR #C9AA85

HEX: #C9AA85
RGB: (201,170,133)

Color info

#C9AA85 contains mainly red and green colors. Web safe color of #C9AA85 is #CC9999 (or #C99).

RGB color model

#C9AA85 color RGB value is (201,170,133).

  • red value is 201;
  • green value is 170;
  • blue value is 133.
RGB:
(201,170,133)
(79%,67%,52%)

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 133 of 255 = 52%

201
170
133

R + G + B ~ 66%. #C9AA85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 170 + 133 = 504 (100%)
R 201 of 504 ~ 39.88%
G 170 of 504 ~ 33.73%
B 133 of 504 ~ 26.39%

%39.88
%33.73
%26.39

CMYK color model

#C9AA85 color CMYK value is (0,15,34,21).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 33.83%
  • key color value is 21.18%
CMYK:
(0,15,34,21)
C0M15Y34K21 
(0%,15%,34%,21%)
(0.00/0.15/0.34/0.21)	

CMYK percentages

%0
%15.42
%33.83
%21.18

Codes

Color #C9AA85 in popluar color models

C9AA85
RGB201170133
HSL33°38.64%65.49%
HSB/HSV33°33.83%78.82%
CMYK0.00%15.42%33.83%
21.18%

Color #C9AA85 in popluar number systems.

HEXC9AA85
Decimal201170133
Binary110010011010101010000101
Octal311252205

Shades and tints

Shades of #C9AA85

#C9AA85
(201,170,133)
#B79B79
(183,155,121)
#A58C6D
(165,140,109)
#937D61
(147,125,97)
#816E55
(129,110,85)
#6F5F49
(111,95,73)
#5D503D
(93,80,61)
#4B4131
(75,65,49)
#393225
(57,50,37)
#272319
(39,35,25)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #C9AA85

#C9AA85
(201,170,133)
#CDB190
(205,177,144)
#D1B89B
(209,184,155)
#D5BFA6
(213,191,166)
#D9C6B1
(217,198,177)
#DDCDBC
(221,205,188)
#E1D4C7
(225,212,199)
#E5DBD2
(229,219,210)
#E9E2DD
(233,226,221)
#EDE9E8
(237,233,232)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AA85; }

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

This text font color is #C9AA85.


Background Color

.myBgColor { background-color: #C9AA85; }

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

This div background color is #C9AA85.


Border color

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

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

This div border color is #C9AA85.


Opacity

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

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

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

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

This text has shadow with #C9AA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AA85 on black background.


Color preview on white background

This text has color #C9AA85 on white background.



Black color preview on #C9AA85 background

This text has black color on #C9AA85 background.


White color preview on #C9AA85 background

This text has white color on #C9AA85 background.