Shades of Winter Hazel #CEC08E
Tints of Winter Hazel #CEC08E
RGB
CMYK
RGB Variations
Color information
#CEC08E (or 0xCEC08E) is known color: Winter Hazel. HEX triplet: CE, C0 and 8E. RGB value is (206,192,142). Sum of RGB (Red+Green+Blue) = 206+192+142=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC08E is #313F71. Grayscale: #BEBEBE. Windows color (decimal): -3227506 or 9355470. OLE color: 9355470.
HSL color Cylindrical-coordinate representation of color #CEC08E: hue angle of 46.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEC08E is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 142 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.19 |
| HSL | 46.88º | 0.4% | 0.68% | - |
| HSV(B) | 46.88º | 0.31% | 0.81% | - |
| XYZ | 49.19 | 52.77 | 33.19 | - |
| YUV | 190.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 142 | 0 | 0.07 | 0.31 | 0.19 | 46.88 | 0.4 | 0.68 |
| Hex | CE | C0 | 8E | 0 | 7 | 1F | 13 | 2F | 28 | 44 |
| Octal | 316 | 300 | 216 | 0 | 7 | 37 | 23 | 57 | 50 | 104 |
| Binary | 11001110 | 11000000 | 10001110 | 0 | 111 | 11111 | 10011 | 101111 | 101000 | 1000100 |
Color Harmonies of #CEC08E
Complementary color
Monochromatic Colors of #CEC08E
Black with #CEC08E
Text Example
Text Example
White with #CEC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC08E; }
p { color: rgb(206,192,142); }
H1.HeaderClassName
{
color: #CEC08E;
}
.AnyTagClassName
{
color: #CEC08E;
}
</style>
background-color css
<style>
a { background-color: #CEC08E; }
a { background-color: rgb(206,192,142); }
div.DivClassName
{
background-color: #CEC08E;
}
.BgClassName
{
background-color: #CEC08E;
}
</style>
border-color css
<style>
span { border-color: #CEC08E; }
span { border-color: rgb(206,192,142); }
td.TdClassName
{
border-color: #CEC08E;
}
.TagClassName
{
border-color: #CEC08E;
}
</style>