COLOR #C9AD5F

HEX: #C9AD5F RGB: (201,173,95)

Color info

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

RGB color model

#C9AD5F color RGB value is (201,173,95).

RGB: (201,173,95) (79%, 68%, 37%)

RGB channels and saturation

R 201 of 255 = 79%
G 173 of 255 = 68%
B 95 of 255 = 37%

201
173
95

R + G + B ~ 61%. #C9AD5F is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 173 + 95 = 469 (100%)
R 201 of 469 ~ 42.86%
G 173 of 469 ~ 36.89%
B 95 of 469 ~ 20.26'%

%42.86
%36.89
%20.26

CMYK color model

#C9AD5F color CMYK value is (0,14,53,21).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 52.74%
  • key color value is 21.18%

CMYK: (0,14,53,21)
C0M14Y53K21 (0%, 14%, 53%, 21%)
(0.00 / 0.14 / 0.53 / 0.21)

CMYK percentages

%0
%13.93
%52.74
%21.18

Codes

Color #C9AD5F in popluar color models

C9 AD 5F
RGB 201 173 95
HSL 44° 49.53% 58.04%
HSB/HSV 44° 52.74% 78.82%
CMYK 0.00% 13.93% 52.74%
21.18%

Color #C9AD5F in popluar number systems.

HEX C9 AD 5F
Decimal 201 173 95
Binary 11001001 10101101 1011111
Octal 311 255 137

Shades and tints

Shades of #C9AD5F

#C9AD5F
(201,173,95)
#B79E57
(183,158,87)
#A58F4F
(165,143,79)
#938047
(147,128,71)
#81713F
(129,113,63)
#6F6237
(111,98,55)
#5D532F
(93,83,47)
#4B4427
(75,68,39)
#39351F
(57,53,31)
#272617
(39,38,23)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #C9AD5F

#C9AD5F
(201,173,95)
#CDB46D
(205,180,109)
#D1BB7B
(209,187,123)
#D5C289
(213,194,137)
#D9C997
(217,201,151)
#DDD0A5
(221,208,165)
#E1D7B3
(225,215,179)
#E5DEC1
(229,222,193)
#E9E5CF
(233,229,207)
#EDECDD
(237,236,221)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AD5F color. Also use rgb(201,173,95) instead hex code.

Text Font Color

.myTextColor { color: #C9AD5F; }

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

This text font color is #C9AD5F.

Background Color

.myBgColor { background-color: #C9AD5F; }

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

This div background color is #C9AD5F.

Border color

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

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

This div border color is #C9AD5F.

Opacity

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

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

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

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

This text has shadow with #C9AD5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AD5F.

Preview

Color preview on black background

This text has color #C9AD5F on black background.


Color preview on white background

This text has color #C9AD5F on white background.


Black color preview on #C9AD5F background

This text has black color on #C9AD5F background.


White color preview on #C9AD5F background

This text has white color on #C9AD5F background.


Related colors

Complementary color

Complementary color for #hex is #3652A0.


I love getcolorcode.com

Triadic colors

1 #5FC9AD and #AD5FC9 with #C9AD5F are triadic colors.

2 #5FADC9 and #ADC95F with #C9AD5F are triadic colors.