Shades of Winter Hazel #CEC57B
Tints of Winter Hazel #CEC57B
RGB
CMYK
RGB Variations
Color information
#CEC57B (or 0xCEC57B) is known color: Winter Hazel. HEX triplet: CE, C5 and 7B. RGB value is (206,197,123). Sum of RGB (Red+Green+Blue) = 206+197+123=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC57B is #313A84. Grayscale: #BFBFBF. Windows color (decimal): -3226245 or 8111566. OLE color: 8111566.
HSL color Cylindrical-coordinate representation of color #CEC57B: hue angle of 53.49º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEC57B is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 123 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.19 |
| HSL | 53.49º | 0.46% | 0.65% | - |
| HSV(B) | 53.49º | 0.4% | 0.81% | - |
| XYZ | 49 | 54.48 | 26.67 | - |
| YUV | 191.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 123 | 0 | 0.04 | 0.40 | 0.19 | 53.49 | 0.46 | 0.65 |
| Hex | CE | C5 | 7B | 0 | 4 | 28 | 13 | 35 | 2E | 41 |
| Octal | 316 | 305 | 173 | 0 | 4 | 50 | 23 | 65 | 56 | 101 |
| Binary | 11001110 | 11000101 | 1111011 | 0 | 100 | 101000 | 10011 | 110101 | 101110 | 1000001 |
Color Harmonies of #CEC57B
Complementary color
Monochromatic Colors of #CEC57B
Black with #CEC57B
Text Example
Text Example
White with #CEC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC57B; }
p { color: rgb(206,197,123); }
H1.HeaderClassName
{
color: #CEC57B;
}
.AnyTagClassName
{
color: #CEC57B;
}
</style>
background-color css
<style>
a { background-color: #CEC57B; }
a { background-color: rgb(206,197,123); }
div.DivClassName
{
background-color: #CEC57B;
}
.BgClassName
{
background-color: #CEC57B;
}
</style>
border-color css
<style>
span { border-color: #CEC57B; }
span { border-color: rgb(206,197,123); }
td.TdClassName
{
border-color: #CEC57B;
}
.TagClassName
{
border-color: #CEC57B;
}
</style>