COLOR #C9A46D

HEX: #C9A46D
RGB: (201,164,109)

Color info

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

RGB color model

#C9A46D color RGB value is (201,164,109).

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

RGB channels and saturation

R 201 of 255 = 79%
G 164 of 255 = 64%
B 109 of 255 = 43%

201
164
109

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

Portions of RGB colors in percentages

R + G + B =
201 + 164 + 109 = 474 (100%)
R 201 of 474 ~ 42.41%
G 164 of 474 ~ 34.6%
B 109 of 474 ~ 23%

%42.41
%34.6
%23

CMYK color model

#C9A46D color CMYK value is (0,18,46,21).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 45.77%
  • key color value is 21.18%
CMYK:
(0,18,46,21)
C0M18Y46K21 
(0%,18%,46%,21%)
(0.00/0.18/0.46/0.21)	

CMYK percentages

%0
%18.41
%45.77
%21.18

Codes

Color #C9A46D in popluar color models

C9A46D
RGB201164109
HSL36°46.00%60.78%
HSB/HSV36°45.77%78.82%
CMYK0.00%18.41%45.77%
21.18%

Color #C9A46D in popluar number systems.

HEXC9A46D
Decimal201164109
Binary11001001101001001101101
Octal311244155

Shades and tints

Shades of #C9A46D

#C9A46D
(201,164,109)
#B79664
(183,150,100)
#A5885B
(165,136,91)
#937A52
(147,122,82)
#816C49
(129,108,73)
#6F5E40
(111,94,64)
#5D5037
(93,80,55)
#4B422E
(75,66,46)
#393425
(57,52,37)
#27261C
(39,38,28)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #C9A46D

#C9A46D
(201,164,109)
#CDAC7A
(205,172,122)
#D1B487
(209,180,135)
#D5BC94
(213,188,148)
#D9C4A1
(217,196,161)
#DDCCAE
(221,204,174)
#E1D4BB
(225,212,187)
#E5DCC8
(229,220,200)
#E9E4D5
(233,228,213)
#EDECE2
(237,236,226)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A46D; }

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

This text font color is #C9A46D.


Background Color

.myBgColor { background-color: #C9A46D; }

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

This div background color is #C9A46D.


Border color

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

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

This div border color is #C9A46D.


Opacity

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

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

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

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

This text has shadow with #C9A46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A46D on black background.


Color preview on white background

This text has color #C9A46D on white background.



Black color preview on #C9A46D background

This text has black color on #C9A46D background.


White color preview on #C9A46D background

This text has white color on #C9A46D background.