HEX: #C9AD5F
RGB: (201,173,95)
#C9AD5F contains mainly red and green colors. Web safe color of #C9AD5F is #CC9966 (or #C96).
#C9AD5F color RGB value is (201,173,95).
RGB: (201,173,95)
(79%, 68%, 37%)
R 201 of 255 = 79%
G 173 of 255 = 68%
B 95 of 255 = 37%
R + G + B ~ 61%. #C9AD5F is quite light color.
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'%
#C9AD5F color CMYK value is (0,14,53,21).
CMYK: (0,14,53,21)
C0M14Y53K21 (0%, 14%, 53%, 21%)
(0.00 / 0.14 / 0.53 / 0.21)
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 of #C9AD5F
Tints of #C9AD5F
Examples of css and html codes for elements with #C9AD5F color. Also use rgb(201,173,95) instead hex code.
.myTextColor { color: #C9AD5F; }
<p style="color:#C9AD5F">This sample text font color is #C9AD5F.</p>
This text font color is #C9AD5F.
.myBgColor { background-color: #C9AD5F; }
<div style="background-color:#C9AD5F">Inner text</div>
This div background color is #C9AD5F.
.myBorderColor { border: 1px solid #C9AD5F; }
<div style="border:3px solid #C9AD5F">Div</div>
This div border color is #C9AD5F.
.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%.
.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.
/* 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 text has color #C9AD5F on black background.
This text has color #C9AD5F on white background.
This text has black color on #C9AD5F background.
This text has white color on #C9AD5F background.
Complementary color for #hex is #3652A0.