Shades of Winter Hazel #CEC88E
Tints of Winter Hazel #CEC88E
RGB
CMYK
RGB Variations
Color information
#CEC88E (or 0xCEC88E) is known color: Winter Hazel. HEX triplet: CE, C8 and 8E. RGB value is (206,200,142). Sum of RGB (Red+Green+Blue) = 206+200+142=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC88E is #313771. Grayscale: #C3C3C3. Windows color (decimal): -3225458 or 9357518. OLE color: 9357518.
HSL color Cylindrical-coordinate representation of color #CEC88E: hue angle of 54.38º 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 #CEC88E is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 142 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.19 |
| HSL | 54.38º | 0.4% | 0.68% | - |
| HSV(B) | 54.38º | 0.31% | 0.81% | - |
| XYZ | 50.99 | 56.38 | 33.79 | - |
| YUV | 195.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 142 | 0 | 0.03 | 0.31 | 0.19 | 54.38 | 0.4 | 0.68 |
| Hex | CE | C8 | 8E | 0 | 3 | 1F | 13 | 36 | 28 | 44 |
| Octal | 316 | 310 | 216 | 0 | 3 | 37 | 23 | 66 | 50 | 104 |
| Binary | 11001110 | 11001000 | 10001110 | 0 | 11 | 11111 | 10011 | 110110 | 101000 | 1000100 |
Color Harmonies of #CEC88E
Complementary color
Monochromatic Colors of #CEC88E
Black with #CEC88E
Text Example
Text Example
White with #CEC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC88E; }
p { color: rgb(206,200,142); }
H1.HeaderClassName
{
color: #CEC88E;
}
.AnyTagClassName
{
color: #CEC88E;
}
</style>
background-color css
<style>
a { background-color: #CEC88E; }
a { background-color: rgb(206,200,142); }
div.DivClassName
{
background-color: #CEC88E;
}
.BgClassName
{
background-color: #CEC88E;
}
</style>
border-color css
<style>
span { border-color: #CEC88E; }
span { border-color: rgb(206,200,142); }
td.TdClassName
{
border-color: #CEC88E;
}
.TagClassName
{
border-color: #CEC88E;
}
</style>