COLOR #C9A472

HEX: #C9A472
RGB: (201,164,114)

Color info

#C9A472 contains mainly red and green colors. Web safe color of #C9A472 is #CC9966 (or #C96).

RGB color model

#C9A472 color RGB value is (201,164,114).

  • red value is 201;
  • green value is 164;
  • blue value is 114.
RGB:
(201,164,114)
(79%,64%,45%)

RGB channels and saturation

R 201 of 255 = 79%
G 164 of 255 = 64%
B 114 of 255 = 45%

201
164
114

R + G + B ~ 63%. #C9A472 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 164 + 114 = 479 (100%)
R 201 of 479 ~ 41.96%
G 164 of 479 ~ 34.24%
B 114 of 479 ~ 23.8%

%41.96
%34.24
%23.8

CMYK color model

#C9A472 color CMYK value is (0,18,43,21).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 43.28%
  • key color value is 21.18%
CMYK:
(0,18,43,21)
C0M18Y43K21 
(0%,18%,43%,21%)
(0.00/0.18/0.43/0.21)	

CMYK percentages

%0
%18.41
%43.28
%21.18

Codes

Color #C9A472 in popluar color models

C9A472
RGB201164114
HSL34°44.62%61.76%
HSB/HSV34°43.28%78.82%
CMYK0.00%18.41%43.28%
21.18%

Color #C9A472 in popluar number systems.

HEXC9A472
Decimal201164114
Binary11001001101001001110010
Octal311244162

Shades and tints

Shades of #C9A472

#C9A472
(201,164,114)
#B79668
(183,150,104)
#A5885E
(165,136,94)
#937A54
(147,122,84)
#816C4A
(129,108,74)
#6F5E40
(111,94,64)
#5D5036
(93,80,54)
#4B422C
(75,66,44)
#393422
(57,52,34)
#272618
(39,38,24)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #C9A472

#C9A472
(201,164,114)
#CDAC7E
(205,172,126)
#D1B48A
(209,180,138)
#D5BC96
(213,188,150)
#D9C4A2
(217,196,162)
#DDCCAE
(221,204,174)
#E1D4BA
(225,212,186)
#E5DCC6
(229,220,198)
#E9E4D2
(233,228,210)
#EDECDE
(237,236,222)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A472; }

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

This text font color is #C9A472.


Background Color

.myBgColor { background-color: #C9A472; }

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

This div background color is #C9A472.


Border color

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

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

This div border color is #C9A472.


Opacity

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

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

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

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

This text has shadow with #C9A472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A472 on black background.


Color preview on white background

This text has color #C9A472 on white background.



Black color preview on #C9A472 background

This text has black color on #C9A472 background.


White color preview on #C9A472 background

This text has white color on #C9A472 background.