Shades of Winter Hazel #CEC87A
Tints of Winter Hazel #CEC87A
RGB
CMYK
RGB Variations
Color information
#CEC87A (or 0xCEC87A) is known color: Winter Hazel. HEX triplet: CE, C8 and 7A. RGB value is (206,200,122). Sum of RGB (Red+Green+Blue) = 206+200+122=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC87A is #313785. Grayscale: #C1C1C1. Windows color (decimal): -3225478 or 8046798. OLE color: 8046798.
HSL color Cylindrical-coordinate representation of color #CEC87A: hue angle of 55.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEC87A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 122 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.19 |
| HSL | 55.71º | 0.46% | 0.64% | - |
| HSV(B) | 55.71º | 0.41% | 0.81% | - |
| XYZ | 49.62 | 55.84 | 26.57 | - |
| YUV | 192.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 122 | 0 | 0.03 | 0.41 | 0.19 | 55.71 | 0.46 | 0.64 |
| Hex | CE | C8 | 7A | 0 | 3 | 29 | 13 | 38 | 2E | 40 |
| Octal | 316 | 310 | 172 | 0 | 3 | 51 | 23 | 70 | 56 | 100 |
| Binary | 11001110 | 11001000 | 1111010 | 0 | 11 | 101001 | 10011 | 111000 | 101110 | 1000000 |
Color Harmonies of #CEC87A
Complementary color
Monochromatic Colors of #CEC87A
Black with #CEC87A
Text Example
Text Example
White with #CEC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC87A; }
p { color: rgb(206,200,122); }
H1.HeaderClassName
{
color: #CEC87A;
}
.AnyTagClassName
{
color: #CEC87A;
}
</style>
background-color css
<style>
a { background-color: #CEC87A; }
a { background-color: rgb(206,200,122); }
div.DivClassName
{
background-color: #CEC87A;
}
.BgClassName
{
background-color: #CEC87A;
}
</style>
border-color css
<style>
span { border-color: #CEC87A; }
span { border-color: rgb(206,200,122); }
td.TdClassName
{
border-color: #CEC87A;
}
.TagClassName
{
border-color: #CEC87A;
}
</style>