Shades of Winter Hazel #CEC98F
Tints of Winter Hazel #CEC98F
RGB
CMYK
RGB Variations
Color information
#CEC98F (or 0xCEC98F) is known color: Winter Hazel. HEX triplet: CE, C9 and 8F. RGB value is (206,201,143). Sum of RGB (Red+Green+Blue) = 206+201+143=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC98F is #313670. Grayscale: #C4C4C4. Windows color (decimal): -3225201 or 9423310. OLE color: 9423310.
HSL color Cylindrical-coordinate representation of color #CEC98F: hue angle of 55.24º 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 #CEC98F is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 143 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.19 |
| HSL | 55.24º | 0.39% | 0.68% | - |
| HSV(B) | 55.24º | 0.31% | 0.81% | - |
| XYZ | 51.3 | 56.88 | 34.26 | - |
| YUV | 195.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 143 | 0 | 0.02 | 0.31 | 0.19 | 55.24 | 0.39 | 0.68 |
| Hex | CE | C9 | 8F | 0 | 2 | 1F | 13 | 37 | 27 | 44 |
| Octal | 316 | 311 | 217 | 0 | 2 | 37 | 23 | 67 | 47 | 104 |
| Binary | 11001110 | 11001001 | 10001111 | 0 | 10 | 11111 | 10011 | 110111 | 100111 | 1000100 |
Color Harmonies of #CEC98F
Complementary color
Monochromatic Colors of #CEC98F
Black with #CEC98F
Text Example
Text Example
White with #CEC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC98F; }
p { color: rgb(206,201,143); }
H1.HeaderClassName
{
color: #CEC98F;
}
.AnyTagClassName
{
color: #CEC98F;
}
</style>
background-color css
<style>
a { background-color: #CEC98F; }
a { background-color: rgb(206,201,143); }
div.DivClassName
{
background-color: #CEC98F;
}
.BgClassName
{
background-color: #CEC98F;
}
</style>
border-color css
<style>
span { border-color: #CEC98F; }
span { border-color: rgb(206,201,143); }
td.TdClassName
{
border-color: #CEC98F;
}
.TagClassName
{
border-color: #CEC98F;
}
</style>