Shades of Winter Hazel #CEC38E
Tints of Winter Hazel #CEC38E
RGB
CMYK
RGB Variations
Color information
#CEC38E (or 0xCEC38E) is known color: Winter Hazel. HEX triplet: CE, C3 and 8E. RGB value is (206,195,142). Sum of RGB (Red+Green+Blue) = 206+195+142=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC38E is #313C71. Grayscale: #C0C0C0. Windows color (decimal): -3226738 or 9356238. OLE color: 9356238.
HSL color Cylindrical-coordinate representation of color #CEC38E: hue angle of 49.69º 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 #CEC38E is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 142 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.19 |
| HSL | 49.69º | 0.4% | 0.68% | - |
| HSV(B) | 49.69º | 0.31% | 0.81% | - |
| XYZ | 49.85 | 54.11 | 33.41 | - |
| YUV | 192.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 142 | 0 | 0.05 | 0.31 | 0.19 | 49.69 | 0.4 | 0.68 |
| Hex | CE | C3 | 8E | 0 | 5 | 1F | 13 | 32 | 28 | 44 |
| Octal | 316 | 303 | 216 | 0 | 5 | 37 | 23 | 62 | 50 | 104 |
| Binary | 11001110 | 11000011 | 10001110 | 0 | 101 | 11111 | 10011 | 110010 | 101000 | 1000100 |
Color Harmonies of #CEC38E
Complementary color
Monochromatic Colors of #CEC38E
Black with #CEC38E
Text Example
Text Example
White with #CEC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC38E; }
p { color: rgb(206,195,142); }
H1.HeaderClassName
{
color: #CEC38E;
}
.AnyTagClassName
{
color: #CEC38E;
}
</style>
background-color css
<style>
a { background-color: #CEC38E; }
a { background-color: rgb(206,195,142); }
div.DivClassName
{
background-color: #CEC38E;
}
.BgClassName
{
background-color: #CEC38E;
}
</style>
border-color css
<style>
span { border-color: #CEC38E; }
span { border-color: rgb(206,195,142); }
td.TdClassName
{
border-color: #CEC38E;
}
.TagClassName
{
border-color: #CEC38E;
}
</style>