COLOR #C9A96A

HEX: #C9A96A
RGB: (201,169,106)

Color info

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

RGB color model

#C9A96A color RGB value is (201,169,106).

  • red value is 201;
  • green value is 169;
  • blue value is 106.
RGB:
(201,169,106)
(79%,66%,42%)

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 106 of 255 = 42%

201
169
106

R + G + B ~ 62%. #C9A96A is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 106 = 476 (100%)
R 201 of 476 ~ 42.23%
G 169 of 476 ~ 35.5%
B 106 of 476 ~ 22.27%

%42.23
%35.5
%22.27

CMYK color model

#C9A96A color CMYK value is (0,16,47,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 47.26%
  • key color value is 21.18%
CMYK:
(0,16,47,21)
C0M16Y47K21 
(0%,16%,47%,21%)
(0.00/0.16/0.47/0.21)	

CMYK percentages

%0
%15.92
%47.26
%21.18

Codes

Color #C9A96A in popluar color models

C9A96A
RGB201169106
HSL40°46.80%60.20%
HSB/HSV40°47.26%78.82%
CMYK0.00%15.92%47.26%
21.18%

Color #C9A96A in popluar number systems.

HEXC9A96A
Decimal201169106
Binary11001001101010011101010
Octal311251152

Shades and tints

Shades of #C9A96A

#C9A96A
(201,169,106)
#B79A61
(183,154,97)
#A58B58
(165,139,88)
#937C4F
(147,124,79)
#816D46
(129,109,70)
#6F5E3D
(111,94,61)
#5D4F34
(93,79,52)
#4B402B
(75,64,43)
#393122
(57,49,34)
#272219
(39,34,25)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #C9A96A

#C9A96A
(201,169,106)
#CDB077
(205,176,119)
#D1B784
(209,183,132)
#D5BE91
(213,190,145)
#D9C59E
(217,197,158)
#DDCCAB
(221,204,171)
#E1D3B8
(225,211,184)
#E5DAC5
(229,218,197)
#E9E1D2
(233,225,210)
#EDE8DF
(237,232,223)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A96A color. Also use rgb(201,169,106) instead hex code.

Text Font Color

.myTextColor { color: #C9A96A; }

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

This text font color is #C9A96A.


Background Color

.myBgColor { background-color: #C9A96A; }

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

This div background color is #C9A96A.


Border color

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

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

This div border color is #C9A96A.


Opacity

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

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

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

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

This text has shadow with #C9A96A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A96A on black background.


Color preview on white background

This text has color #C9A96A on white background.



Black color preview on #C9A96A background

This text has black color on #C9A96A background.


White color preview on #C9A96A background

This text has white color on #C9A96A background.