Shades of Winter Hazel #CEC27A
Tints of Winter Hazel #CEC27A
RGB
CMYK
RGB Variations
Color information
#CEC27A (or 0xCEC27A) is known color: Winter Hazel. HEX triplet: CE, C2 and 7A. RGB value is (206,194,122). Sum of RGB (Red+Green+Blue) = 206+194+122=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC27A is #313D85. Grayscale: #BDBDBD. Windows color (decimal): -3227014 or 8045262. OLE color: 8045262.
HSL color Cylindrical-coordinate representation of color #CEC27A: hue angle of 51.43º 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 #CEC27A is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 122 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.19 |
| HSL | 51.43º | 0.46% | 0.64% | - |
| HSV(B) | 51.43º | 0.41% | 0.81% | - |
| XYZ | 48.26 | 53.11 | 26.12 | - |
| YUV | 189.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 122 | 0 | 0.06 | 0.41 | 0.19 | 51.43 | 0.46 | 0.64 |
| Hex | CE | C2 | 7A | 0 | 6 | 29 | 13 | 33 | 2E | 40 |
| Octal | 316 | 302 | 172 | 0 | 6 | 51 | 23 | 63 | 56 | 100 |
| Binary | 11001110 | 11000010 | 1111010 | 0 | 110 | 101001 | 10011 | 110011 | 101110 | 1000000 |
Color Harmonies of #CEC27A
Complementary color
Monochromatic Colors of #CEC27A
Black with #CEC27A
Text Example
Text Example
White with #CEC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC27A; }
p { color: rgb(206,194,122); }
H1.HeaderClassName
{
color: #CEC27A;
}
.AnyTagClassName
{
color: #CEC27A;
}
</style>
background-color css
<style>
a { background-color: #CEC27A; }
a { background-color: rgb(206,194,122); }
div.DivClassName
{
background-color: #CEC27A;
}
.BgClassName
{
background-color: #CEC27A;
}
</style>
border-color css
<style>
span { border-color: #CEC27A; }
span { border-color: rgb(206,194,122); }
td.TdClassName
{
border-color: #CEC27A;
}
.TagClassName
{
border-color: #CEC27A;
}
</style>