Shades of Winter Hazel #CEC98E
Tints of Winter Hazel #CEC98E
RGB
CMYK
RGB Variations
Color information
#CEC98E (or 0xCEC98E) is known color: Winter Hazel. HEX triplet: CE, C9 and 8E. RGB value is (206,201,142). Sum of RGB (Red+Green+Blue) = 206+201+142=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC98E is #313671. Grayscale: #C4C4C4. Windows color (decimal): -3225202 or 9357774. OLE color: 9357774.
HSL color Cylindrical-coordinate representation of color #CEC98E: hue angle of 55.31º 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 #CEC98E is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 142 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.19 |
| HSL | 55.31º | 0.4% | 0.68% | - |
| HSV(B) | 55.31º | 0.31% | 0.81% | - |
| XYZ | 51.22 | 56.85 | 33.86 | - |
| YUV | 195.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 142 | 0 | 0.02 | 0.31 | 0.19 | 55.31 | 0.4 | 0.68 |
| Hex | CE | C9 | 8E | 0 | 2 | 1F | 13 | 37 | 28 | 44 |
| Octal | 316 | 311 | 216 | 0 | 2 | 37 | 23 | 67 | 50 | 104 |
| Binary | 11001110 | 11001001 | 10001110 | 0 | 10 | 11111 | 10011 | 110111 | 101000 | 1000100 |
Color Harmonies of #CEC98E
Complementary color
Monochromatic Colors of #CEC98E
Black with #CEC98E
Text Example
Text Example
White with #CEC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC98E; }
p { color: rgb(206,201,142); }
H1.HeaderClassName
{
color: #CEC98E;
}
.AnyTagClassName
{
color: #CEC98E;
}
</style>
background-color css
<style>
a { background-color: #CEC98E; }
a { background-color: rgb(206,201,142); }
div.DivClassName
{
background-color: #CEC98E;
}
.BgClassName
{
background-color: #CEC98E;
}
</style>
border-color css
<style>
span { border-color: #CEC98E; }
span { border-color: rgb(206,201,142); }
td.TdClassName
{
border-color: #CEC98E;
}
.TagClassName
{
border-color: #CEC98E;
}
</style>