Shades of Winter Hazel #CEC88C
Tints of Winter Hazel #CEC88C
RGB
CMYK
RGB Variations
Color information
#CEC88C (or 0xCEC88C) is known color: Winter Hazel. HEX triplet: CE, C8 and 8C. RGB value is (206,200,140). Sum of RGB (Red+Green+Blue) = 206+200+140=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC88C is #313773. Grayscale: #C3C3C3. Windows color (decimal): -3225460 or 9226446. OLE color: 9226446.
HSL color Cylindrical-coordinate representation of color #CEC88C: hue angle of 54.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEC88C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 140 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.19 |
| HSL | 54.55º | 0.4% | 0.68% | - |
| HSV(B) | 54.55º | 0.32% | 0.81% | - |
| XYZ | 50.84 | 56.32 | 33 | - |
| YUV | 194.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 140 | 0 | 0.03 | 0.32 | 0.19 | 54.55 | 0.4 | 0.68 |
| Hex | CE | C8 | 8C | 0 | 3 | 20 | 13 | 37 | 28 | 44 |
| Octal | 316 | 310 | 214 | 0 | 3 | 40 | 23 | 67 | 50 | 104 |
| Binary | 11001110 | 11001000 | 10001100 | 0 | 11 | 100000 | 10011 | 110111 | 101000 | 1000100 |
Color Harmonies of #CEC88C
Complementary color
Monochromatic Colors of #CEC88C
Black with #CEC88C
Text Example
Text Example
White with #CEC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC88C; }
p { color: rgb(206,200,140); }
H1.HeaderClassName
{
color: #CEC88C;
}
.AnyTagClassName
{
color: #CEC88C;
}
</style>
background-color css
<style>
a { background-color: #CEC88C; }
a { background-color: rgb(206,200,140); }
div.DivClassName
{
background-color: #CEC88C;
}
.BgClassName
{
background-color: #CEC88C;
}
</style>
border-color css
<style>
span { border-color: #CEC88C; }
span { border-color: rgb(206,200,140); }
td.TdClassName
{
border-color: #CEC88C;
}
.TagClassName
{
border-color: #CEC88C;
}
</style>