Shades of Winter Hazel #C8C08F
Tints of Winter Hazel #C8C08F
RGB
CMYK
RGB Variations
Color information
#C8C08F (or 0xC8C08F) is known color: Winter Hazel. HEX triplet: C8, C0 and 8F. RGB value is (200,192,143). Sum of RGB (Red+Green+Blue) = 200+192+143=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C08F is #373F70. Grayscale: #BDBDBD. Windows color (decimal): -3620721 or 9421000. OLE color: 9421000.
HSL color Cylindrical-coordinate representation of color #C8C08F: hue angle of 51.58º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8C08F is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 143 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.22 |
| HSL | 51.58º | 0.34% | 0.67% | - |
| HSV(B) | 51.58º | 0.29% | 0.78% | - |
| XYZ | 47.63 | 51.96 | 33.51 | - |
| YUV | 188.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 143 | 0 | 0.04 | 0.28 | 0.22 | 51.58 | 0.34 | 0.67 |
| Hex | C8 | C0 | 8F | 0 | 4 | 1C | 16 | 34 | 22 | 43 |
| Octal | 310 | 300 | 217 | 0 | 4 | 34 | 26 | 64 | 42 | 103 |
| Binary | 11001000 | 11000000 | 10001111 | 0 | 100 | 11100 | 10110 | 110100 | 100010 | 1000011 |
Color Harmonies of #C8C08F
Complementary color
Monochromatic Colors of #C8C08F
Black with #C8C08F
Text Example
Text Example
White with #C8C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C08F; }
p { color: rgb(200,192,143); }
H1.HeaderClassName
{
color: #C8C08F;
}
.AnyTagClassName
{
color: #C8C08F;
}
</style>
background-color css
<style>
a { background-color: #C8C08F; }
a { background-color: rgb(200,192,143); }
div.DivClassName
{
background-color: #C8C08F;
}
.BgClassName
{
background-color: #C8C08F;
}
</style>
border-color css
<style>
span { border-color: #C8C08F; }
span { border-color: rgb(200,192,143); }
td.TdClassName
{
border-color: #C8C08F;
}
.TagClassName
{
border-color: #C8C08F;
}
</style>