Shades of Winter Hazel #CEC08F
Tints of Winter Hazel #CEC08F
RGB
CMYK
RGB Variations
Color information
#CEC08F (or 0xCEC08F) is known color: Winter Hazel. HEX triplet: CE, C0 and 8F. RGB value is (206,192,143). Sum of RGB (Red+Green+Blue) = 206+192+143=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC08F is #313F70. Grayscale: #BEBEBE. Windows color (decimal): -3227505 or 9421006. OLE color: 9421006.
HSL color Cylindrical-coordinate representation of color #CEC08F: hue angle of 46.67º degrees, saturation: 0.39, 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 #CEC08F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 143 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.19 |
| HSL | 46.67º | 0.39% | 0.68% | - |
| HSV(B) | 46.67º | 0.31% | 0.81% | - |
| XYZ | 49.26 | 52.8 | 33.58 | - |
| YUV | 190.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 143 | 0 | 0.07 | 0.31 | 0.19 | 46.67 | 0.39 | 0.68 |
| Hex | CE | C0 | 8F | 0 | 7 | 1F | 13 | 2F | 27 | 44 |
| Octal | 316 | 300 | 217 | 0 | 7 | 37 | 23 | 57 | 47 | 104 |
| Binary | 11001110 | 11000000 | 10001111 | 0 | 111 | 11111 | 10011 | 101111 | 100111 | 1000100 |
Color Harmonies of #CEC08F
Complementary color
Monochromatic Colors of #CEC08F
Black with #CEC08F
Text Example
Text Example
White with #CEC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC08F; }
p { color: rgb(206,192,143); }
H1.HeaderClassName
{
color: #CEC08F;
}
.AnyTagClassName
{
color: #CEC08F;
}
</style>
background-color css
<style>
a { background-color: #CEC08F; }
a { background-color: rgb(206,192,143); }
div.DivClassName
{
background-color: #CEC08F;
}
.BgClassName
{
background-color: #CEC08F;
}
</style>
border-color css
<style>
span { border-color: #CEC08F; }
span { border-color: rgb(206,192,143); }
td.TdClassName
{
border-color: #CEC08F;
}
.TagClassName
{
border-color: #CEC08F;
}
</style>