Shades of Winter Hazel #C9C68E
Tints of Winter Hazel #C9C68E
RGB
CMYK
RGB Variations
Color information
#C9C68E (or 0xC9C68E) is known color: Winter Hazel. HEX triplet: C9, C6 and 8E. RGB value is (201,198,142). Sum of RGB (Red+Green+Blue) = 201+198+142=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C68E is #363971. Grayscale: #C0C0C0. Windows color (decimal): -3553650 or 9357001. OLE color: 9357001.
HSL color Cylindrical-coordinate representation of color #C9C68E: hue angle of 56.95º 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 #C9C68E is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 142 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.21 |
| HSL | 56.95º | 0.35% | 0.67% | - |
| HSV(B) | 56.95º | 0.29% | 0.79% | - |
| XYZ | 49.16 | 54.76 | 33.57 | - |
| YUV | 192.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 142 | 0 | 0.01 | 0.29 | 0.21 | 56.95 | 0.35 | 0.67 |
| Hex | C9 | C6 | 8E | 0 | 1 | 1D | 15 | 39 | 23 | 43 |
| Octal | 311 | 306 | 216 | 0 | 1 | 35 | 25 | 71 | 43 | 103 |
| Binary | 11001001 | 11000110 | 10001110 | 0 | 1 | 11101 | 10101 | 111001 | 100011 | 1000011 |
Color Harmonies of #C9C68E
Complementary color
Monochromatic Colors of #C9C68E
Black with #C9C68E
Text Example
Text Example
White with #C9C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C68E; }
p { color: rgb(201,198,142); }
H1.HeaderClassName
{
color: #C9C68E;
}
.AnyTagClassName
{
color: #C9C68E;
}
</style>
background-color css
<style>
a { background-color: #C9C68E; }
a { background-color: rgb(201,198,142); }
div.DivClassName
{
background-color: #C9C68E;
}
.BgClassName
{
background-color: #C9C68E;
}
</style>
border-color css
<style>
span { border-color: #C9C68E; }
span { border-color: rgb(201,198,142); }
td.TdClassName
{
border-color: #C9C68E;
}
.TagClassName
{
border-color: #C9C68E;
}
</style>