Shades of Winter Hazel #CEC08D
Tints of Winter Hazel #CEC08D
RGB
CMYK
RGB Variations
Color information
#CEC08D (or 0xCEC08D) is known color: Winter Hazel. HEX triplet: CE, C0 and 8D. RGB value is (206,192,141). Sum of RGB (Red+Green+Blue) = 206+192+141=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC08D is #313F72. Grayscale: #BEBEBE. Windows color (decimal): -3227507 or 9289934. OLE color: 9289934.
HSL color Cylindrical-coordinate representation of color #CEC08D: hue angle of 47.08º 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 #CEC08D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 141 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.19 |
| HSL | 47.08º | 0.4% | 0.68% | - |
| HSV(B) | 47.08º | 0.32% | 0.81% | - |
| XYZ | 49.11 | 52.74 | 32.79 | - |
| YUV | 190.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 141 | 0 | 0.07 | 0.32 | 0.19 | 47.08 | 0.4 | 0.68 |
| Hex | CE | C0 | 8D | 0 | 7 | 20 | 13 | 2F | 28 | 44 |
| Octal | 316 | 300 | 215 | 0 | 7 | 40 | 23 | 57 | 50 | 104 |
| Binary | 11001110 | 11000000 | 10001101 | 0 | 111 | 100000 | 10011 | 101111 | 101000 | 1000100 |
Color Harmonies of #CEC08D
Complementary color
Monochromatic Colors of #CEC08D
Black with #CEC08D
Text Example
Text Example
White with #CEC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC08D; }
p { color: rgb(206,192,141); }
H1.HeaderClassName
{
color: #CEC08D;
}
.AnyTagClassName
{
color: #CEC08D;
}
</style>
background-color css
<style>
a { background-color: #CEC08D; }
a { background-color: rgb(206,192,141); }
div.DivClassName
{
background-color: #CEC08D;
}
.BgClassName
{
background-color: #CEC08D;
}
</style>
border-color css
<style>
span { border-color: #CEC08D; }
span { border-color: rgb(206,192,141); }
td.TdClassName
{
border-color: #CEC08D;
}
.TagClassName
{
border-color: #CEC08D;
}
</style>