Shades of Winter Hazel #CEC48D
Tints of Winter Hazel #CEC48D
RGB
CMYK
RGB Variations
Color information
#CEC48D (or 0xCEC48D) is known color: Winter Hazel. HEX triplet: CE, C4 and 8D. RGB value is (206,196,141). Sum of RGB (Red+Green+Blue) = 206+196+141=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC48D is #313B72. Grayscale: #C0C0C0. Windows color (decimal): -3226483 or 9290958. OLE color: 9290958.
HSL color Cylindrical-coordinate representation of color #CEC48D: hue angle of 50.77º 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 #CEC48D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 141 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.19 |
| HSL | 50.77º | 0.4% | 0.68% | - |
| HSV(B) | 50.77º | 0.32% | 0.81% | - |
| XYZ | 50 | 54.52 | 33.09 | - |
| YUV | 192.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 141 | 0 | 0.05 | 0.32 | 0.19 | 50.77 | 0.4 | 0.68 |
| Hex | CE | C4 | 8D | 0 | 5 | 20 | 13 | 33 | 28 | 44 |
| Octal | 316 | 304 | 215 | 0 | 5 | 40 | 23 | 63 | 50 | 104 |
| Binary | 11001110 | 11000100 | 10001101 | 0 | 101 | 100000 | 10011 | 110011 | 101000 | 1000100 |
Color Harmonies of #CEC48D
Complementary color
Monochromatic Colors of #CEC48D
Black with #CEC48D
Text Example
Text Example
White with #CEC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC48D; }
p { color: rgb(206,196,141); }
H1.HeaderClassName
{
color: #CEC48D;
}
.AnyTagClassName
{
color: #CEC48D;
}
</style>
background-color css
<style>
a { background-color: #CEC48D; }
a { background-color: rgb(206,196,141); }
div.DivClassName
{
background-color: #CEC48D;
}
.BgClassName
{
background-color: #CEC48D;
}
</style>
border-color css
<style>
span { border-color: #CEC48D; }
span { border-color: rgb(206,196,141); }
td.TdClassName
{
border-color: #CEC48D;
}
.TagClassName
{
border-color: #CEC48D;
}
</style>