HEX: #C9917C
RGB: (201,145,124)
#C9917C contains mainly red and green colors. Web safe color of #C9917C is #CC9966 (or #C96).
#C9917C color RGB value is (201,145,124).
RGB: (201,145,124)
(79%, 57%, 49%)
R 201 of 255 = 79%
G 145 of 255 = 57%
B 124 of 255 = 49%
R + G + B ~ 62%. #C9917C is quite light color.
R + G + B = 201 + 145 + 124 = 470 (100%)
R 201 of 470 ~ 42.77%
G 145 of 470 ~ 30.85%
B 124 of 470 ~ 26.38'%
#C9917C color CMYK value is (0,28,38,21).
CMYK: (0,28,38,21)
C0M28Y38K21 (0%, 28%, 38%, 21%)
(0.00 / 0.28 / 0.38 / 0.21)
Color #C9917C in popluar color models
C9 | 91 | 7C | |
---|---|---|---|
RGB | 201 | 145 | 124 |
HSL | 16° | 41.62% | 63.73% |
HSB/HSV | 16° | 38.31% | 78.82% |
CMYK | 0.00% | 27.86% | 38.31% |
21.18% |
Color #C9917C in popluar number systems.
HEX | C9 | 91 | 7C |
Decimal | 201 | 145 | 124 |
Binary | 11001001 | 10010001 | 1111100 |
Octal | 311 | 221 | 174 |
Shades of #C9917C
Tints of #C9917C
Examples of css and html codes for elements with #C9917C color. Also use rgb(201,145,124) instead hex code.
.myTextColor { color: #C9917C; }
<p style="color:#C9917C">This sample text font color is #C9917C.</p>
This text font color is #C9917C.
.myBgColor { background-color: #C9917C; }
<div style="background-color:#C9917C">Inner text</div>
This div background color is #C9917C.
.myBorderColor { border: 1px solid #C9917C; }
<div style="border:3px solid #C9917C">Div</div>
This div border color is #C9917C.
.myOpacity80 { color: #C9917C; opacity: 0.8; }
<p style="color:#C9917C;opacity:0.8;">80%</p>
Text with #C9917C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9917C;}
<p style="text-shadow: 3px 3px 1px #C9917C">Text here.</p>
This text has shadow with #C9917C color.
.textShadow {text-shadow: 3px 3px 1px #C9917C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9917C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9917C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9917C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9917C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9917C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9917C;
-webkit-box-shadow: 1px 1px 3px 2px #C9917C;
box-shadow: 1px 1px 3px 2px #C9917C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9917C; -webkit-box-shadow: 1px 1px 3px 2px #C9917C; box-shadow:1px 1px 3px 2px #C9917C;">
Div content here
</div>
This text has color #C9917C on black background.
This text has color #C9917C on white background.
This text has black color on #C9917C background.
This text has white color on #C9917C background.
Complementary color for #hex is #366E83.