Shades of Winter Hazel #CEC98D
Tints of Winter Hazel #CEC98D
RGB
CMYK
RGB Variations
Color information
#CEC98D (or 0xCEC98D) is known color: Winter Hazel. HEX triplet: CE, C9 and 8D. RGB value is (206,201,141). Sum of RGB (Red+Green+Blue) = 206+201+141=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC98D is #313672. Grayscale: #C3C3C3. Windows color (decimal): -3225203 or 9292238. OLE color: 9292238.
HSL color Cylindrical-coordinate representation of color #CEC98D: hue angle of 55.38º 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 #CEC98D is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 141 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.19 |
| HSL | 55.38º | 0.4% | 0.68% | - |
| HSV(B) | 55.38º | 0.32% | 0.81% | - |
| XYZ | 51.15 | 56.82 | 33.47 | - |
| YUV | 195.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 141 | 0 | 0.02 | 0.32 | 0.19 | 55.38 | 0.4 | 0.68 |
| Hex | CE | C9 | 8D | 0 | 2 | 20 | 13 | 37 | 28 | 44 |
| Octal | 316 | 311 | 215 | 0 | 2 | 40 | 23 | 67 | 50 | 104 |
| Binary | 11001110 | 11001001 | 10001101 | 0 | 10 | 100000 | 10011 | 110111 | 101000 | 1000100 |
Color Harmonies of #CEC98D
Complementary color
Monochromatic Colors of #CEC98D
Black with #CEC98D
Text Example
Text Example
White with #CEC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC98D; }
p { color: rgb(206,201,141); }
H1.HeaderClassName
{
color: #CEC98D;
}
.AnyTagClassName
{
color: #CEC98D;
}
</style>
background-color css
<style>
a { background-color: #CEC98D; }
a { background-color: rgb(206,201,141); }
div.DivClassName
{
background-color: #CEC98D;
}
.BgClassName
{
background-color: #CEC98D;
}
</style>
border-color css
<style>
span { border-color: #CEC98D; }
span { border-color: rgb(206,201,141); }
td.TdClassName
{
border-color: #CEC98D;
}
.TagClassName
{
border-color: #CEC98D;
}
</style>