Shades of Winter Hazel #C9C18E
Tints of Winter Hazel #C9C18E
RGB
CMYK
RGB Variations
Color information
#C9C18E (or 0xC9C18E) is known color: Winter Hazel. HEX triplet: C9, C1 and 8E. RGB value is (201,193,142). Sum of RGB (Red+Green+Blue) = 201+193+142=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C18E is #363E71. Grayscale: #BDBDBD. Windows color (decimal): -3554930 or 9355721. OLE color: 9355721.
HSL color Cylindrical-coordinate representation of color #C9C18E: hue angle of 51.86º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9C18E is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 142 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.21 |
| HSL | 51.86º | 0.35% | 0.67% | - |
| HSV(B) | 51.86º | 0.29% | 0.79% | - |
| XYZ | 48.04 | 52.51 | 33.19 | - |
| YUV | 189.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 142 | 0 | 0.04 | 0.29 | 0.21 | 51.86 | 0.35 | 0.67 |
| Hex | C9 | C1 | 8E | 0 | 4 | 1D | 15 | 34 | 23 | 43 |
| Octal | 311 | 301 | 216 | 0 | 4 | 35 | 25 | 64 | 43 | 103 |
| Binary | 11001001 | 11000001 | 10001110 | 0 | 100 | 11101 | 10101 | 110100 | 100011 | 1000011 |
Color Harmonies of #C9C18E
Complementary color
Monochromatic Colors of #C9C18E
Black with #C9C18E
Text Example
Text Example
White with #C9C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C18E; }
p { color: rgb(201,193,142); }
H1.HeaderClassName
{
color: #C9C18E;
}
.AnyTagClassName
{
color: #C9C18E;
}
</style>
background-color css
<style>
a { background-color: #C9C18E; }
a { background-color: rgb(201,193,142); }
div.DivClassName
{
background-color: #C9C18E;
}
.BgClassName
{
background-color: #C9C18E;
}
</style>
border-color css
<style>
span { border-color: #C9C18E; }
span { border-color: rgb(201,193,142); }
td.TdClassName
{
border-color: #C9C18E;
}
.TagClassName
{
border-color: #C9C18E;
}
</style>