Shades of Winter Hazel #C8C08E
Tints of Winter Hazel #C8C08E
RGB
CMYK
RGB Variations
Color information
#C8C08E (or 0xC8C08E) is known color: Winter Hazel. HEX triplet: C8, C0 and 8E. RGB value is (200,192,142). Sum of RGB (Red+Green+Blue) = 200+192+142=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C08E is #373F71. Grayscale: #BCBCBC. Windows color (decimal): -3620722 or 9355464. OLE color: 9355464.
HSL color Cylindrical-coordinate representation of color #C8C08E: hue angle of 51.72º degrees, saturation: 0.35, 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 #C8C08E is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 142 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.22 |
| HSL | 51.72º | 0.35% | 0.67% | - |
| HSV(B) | 51.72º | 0.29% | 0.78% | - |
| XYZ | 47.55 | 51.93 | 33.11 | - |
| YUV | 188.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 142 | 0 | 0.04 | 0.29 | 0.22 | 51.72 | 0.35 | 0.67 |
| Hex | C8 | C0 | 8E | 0 | 4 | 1D | 16 | 34 | 23 | 43 |
| Octal | 310 | 300 | 216 | 0 | 4 | 35 | 26 | 64 | 43 | 103 |
| Binary | 11001000 | 11000000 | 10001110 | 0 | 100 | 11101 | 10110 | 110100 | 100011 | 1000011 |
Color Harmonies of #C8C08E
Complementary color
Monochromatic Colors of #C8C08E
Black with #C8C08E
Text Example
Text Example
White with #C8C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C08E; }
p { color: rgb(200,192,142); }
H1.HeaderClassName
{
color: #C8C08E;
}
.AnyTagClassName
{
color: #C8C08E;
}
</style>
background-color css
<style>
a { background-color: #C8C08E; }
a { background-color: rgb(200,192,142); }
div.DivClassName
{
background-color: #C8C08E;
}
.BgClassName
{
background-color: #C8C08E;
}
</style>
border-color css
<style>
span { border-color: #C8C08E; }
span { border-color: rgb(200,192,142); }
td.TdClassName
{
border-color: #C8C08E;
}
.TagClassName
{
border-color: #C8C08E;
}
</style>