HEX: #C9A94D
RGB: (201,169,77)
#C9A94D contains mainly red and green colors. Web safe color of #C9A94D is #CC9933 (or #C93).
#C9A94D color RGB value is (201,169,77).
RGB: (201,169,77)
(79%, 66%, 30%)
R 201 of 255 = 79%
G 169 of 255 = 66%
B 77 of 255 = 30%
R + G + B ~ 58%. #C9A94D is middle color (not dark and not light).
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'%
#C9A94D color CMYK value is (0,16,62,21).
CMYK: (0,16,62,21)
C0M16Y62K21 (0%, 16%, 62%, 21%)
(0.00 / 0.16 / 0.62 / 0.21)
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 of #C9A94D
Tints of #C9A94D
Examples of css and html codes for elements with #C9A94D color. Also use rgb(201,169,77) instead hex code.
.myTextColor { color: #C9A94D; }
<p style="color:#C9A94D">This sample text font color is #C9A94D.</p>
This text font color is #C9A94D.
.myBgColor { background-color: #C9A94D; }
<div style="background-color:#C9A94D">Inner text</div>
This div background color is #C9A94D.
.myBorderColor { border: 1px solid #C9A94D; }
<div style="border:3px solid #C9A94D">Div</div>
This div border color is #C9A94D.
.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%.
.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.
/* 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 text has color #C9A94D on black background.
This text has color #C9A94D on white background.
This text has black color on #C9A94D background.
This text has white color on #C9A94D background.
Complementary color for #hex is #3656B2.