COLOR #C9A76D

HEX: #C9A76D
RGB: (201,167,109)

Color info

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

RGB color model

#C9A76D color RGB value is (201,167,109).

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

RGB channels and saturation

R 201 of 255 = 79%
G 167 of 255 = 65%
B 109 of 255 = 43%

201
167
109

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

Portions of RGB colors in percentages

R + G + B =
201 + 167 + 109 = 477 (100%)
R 201 of 477 ~ 42.14%
G 167 of 477 ~ 35.01%
B 109 of 477 ~ 22.85%

%42.14
%35.01
%22.85

CMYK color model

#C9A76D color CMYK value is (0,17,46,21).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 45.77%
  • key color value is 21.18%
CMYK: (0,17,46,21) C0M17Y46K21 (0%,17%,46%,21%) (0.00/0.17/0.46/0.21)

CMYK percentages

%0
%16.92
%45.77
%21.18

Codes

Color #C9A76D in popluar color models

C9A76D
RGB201167109
HSL38°46.00%60.78%
HSB/HSV38°45.77%78.82%
CMYK0.00%16.92%45.77%
21.18%

Color #C9A76D in popluar number systems.

HEXC9A76D
Decimal201167109
Binary11001001101001111101101
Octal311247155

Shades and tints

Shades of #C9A76D

#C9A76D
(201,167,109)
#B79864
(183,152,100)
#A5895B
(165,137,91)
#937A52
(147,122,82)
#816B49
(129,107,73)
#6F5C40
(111,92,64)
#5D4D37
(93,77,55)
#4B3E2E
(75,62,46)
#392F25
(57,47,37)
#27201C
(39,32,28)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #C9A76D

#C9A76D
(201,167,109)
#CDAF7A
(205,175,122)
#D1B787
(209,183,135)
#D5BF94
(213,191,148)
#D9C7A1
(217,199,161)
#DDCFAE
(221,207,174)
#E1D7BB
(225,215,187)
#E5DFC8
(229,223,200)
#E9E7D5
(233,231,213)
#EDEFE2
(237,239,226)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A76D; }

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

This text font color is #C9A76D.


Background Color

.myBgColor { background-color: #C9A76D; }

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

This div background color is #C9A76D.


Border color

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

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

This div border color is #C9A76D.


Opacity

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

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

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

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

This text has shadow with #C9A76D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9A76D on black background.


Color preview on white background

This text has color #C9A76D on white background.



Black color preview on #C9A76D background

This text has black color on #C9A76D background.


White color preview on #C9A76D background

This text has white color on #C9A76D background.