COLOR #C9A94D

HEX: #C9A94D RGB: (201,169,77)

Color info

#C9A94D contains mainly red and green colors. Web safe color of #C9A94D is #CC9933 (or #C93).

RGB color model

#C9A94D color RGB value is (201,169,77).

RGB: (201,169,77) (79%, 66%, 30%)

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 77 of 255 = 30%

201
169
77

R + G + B ~ 58%. #C9A94D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 201 + 169 + 77 = 447 (100%)
R 201 of 447 ~ 44.97%
G 169 of 447 ~ 37.81%
B 77 of 447 ~ 17.23'%

%44.97
%37.81
%17.23

CMYK color model

#C9A94D color CMYK value is (0,16,62,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 61.69%
  • key color value is 21.18%

CMYK: (0,16,62,21)
C0M16Y62K21 (0%, 16%, 62%, 21%)
(0.00 / 0.16 / 0.62 / 0.21)

CMYK percentages

%0
%15.92
%61.69
%21.18

Codes

Color #C9A94D in popluar color models

C9 A9 4D
RGB 201 169 77
HSL 45° 53.45% 54.51%
HSB/HSV 45° 61.69% 78.82%
CMYK 0.00% 15.92% 61.69%
21.18%

Color #C9A94D in popluar number systems.

HEX C9 A9 4D
Decimal 201 169 77
Binary 11001001 10101001 1001101
Octal 311 251 115

Shades and tints

Shades of #C9A94D

#C9A94D
(201,169,77)
#B79A46
(183,154,70)
#A58B3F
(165,139,63)
#937C38
(147,124,56)
#816D31
(129,109,49)
#6F5E2A
(111,94,42)
#5D4F23
(93,79,35)
#4B401C
(75,64,28)
#393115
(57,49,21)
#27220E
(39,34,14)
#151307
(21,19,7)
#000000
(0,0,0)

Tints of #C9A94D

#C9A94D
(201,169,77)
#CDB05D
(205,176,93)
#D1B76D
(209,183,109)
#D5BE7D
(213,190,125)
#D9C58D
(217,197,141)
#DDCC9D
(221,204,157)
#E1D3AD
(225,211,173)
#E5DABD
(229,218,189)
#E9E1CD
(233,225,205)
#EDE8DD
(237,232,221)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A94D; }

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

This text font color is #C9A94D.

Background Color

.myBgColor { background-color: #C9A94D; }

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

This div background color is #C9A94D.

Border color

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

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

This div border color is #C9A94D.

Opacity

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

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

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

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

This text has shadow with #C9A94D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A94D.

Preview

Color preview on black background

This text has color #C9A94D on black background.


Color preview on white background

This text has color #C9A94D on white background.


Black color preview on #C9A94D background

This text has black color on #C9A94D background.


White color preview on #C9A94D background

This text has white color on #C9A94D background.


Related colors

Complementary color

Complementary color for #hex is #3656B2.


I love getcolorcode.com

Triadic colors

1 #4DC9A9 and #A94DC9 with #C9A94D are triadic colors.

2 #4DA9C9 and #A9C94D with #C9A94D are triadic colors.