Shades of Winter Hazel #CEC27D
Tints of Winter Hazel #CEC27D
RGB
CMYK
RGB Variations
Color information
#CEC27D (or 0xCEC27D) is known color: Winter Hazel. HEX triplet: CE, C2 and 7D. RGB value is (206,194,125). Sum of RGB (Red+Green+Blue) = 206+194+125=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC27D is #313D82. Grayscale: #BEBEBE. Windows color (decimal): -3227011 or 8241870. OLE color: 8241870.
HSL color Cylindrical-coordinate representation of color #CEC27D: hue angle of 51.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEC27D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 125 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.19 |
| HSL | 51.11º | 0.45% | 0.65% | - |
| HSV(B) | 51.11º | 0.39% | 0.81% | - |
| XYZ | 48.45 | 53.19 | 27.11 | - |
| YUV | 189.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 125 | 0 | 0.06 | 0.39 | 0.19 | 51.11 | 0.45 | 0.65 |
| Hex | CE | C2 | 7D | 0 | 6 | 27 | 13 | 33 | 2D | 41 |
| Octal | 316 | 302 | 175 | 0 | 6 | 47 | 23 | 63 | 55 | 101 |
| Binary | 11001110 | 11000010 | 1111101 | 0 | 110 | 100111 | 10011 | 110011 | 101101 | 1000001 |
Color Harmonies of #CEC27D
Complementary color
Monochromatic Colors of #CEC27D
Black with #CEC27D
Text Example
Text Example
White with #CEC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC27D; }
p { color: rgb(206,194,125); }
H1.HeaderClassName
{
color: #CEC27D;
}
.AnyTagClassName
{
color: #CEC27D;
}
</style>
background-color css
<style>
a { background-color: #CEC27D; }
a { background-color: rgb(206,194,125); }
div.DivClassName
{
background-color: #CEC27D;
}
.BgClassName
{
background-color: #CEC27D;
}
</style>
border-color css
<style>
span { border-color: #CEC27D; }
span { border-color: rgb(206,194,125); }
td.TdClassName
{
border-color: #CEC27D;
}
.TagClassName
{
border-color: #CEC27D;
}
</style>