Shades of Winter Hazel #CEC47D
Tints of Winter Hazel #CEC47D
RGB
CMYK
RGB Variations
Color information
#CEC47D (or 0xCEC47D) is known color: Winter Hazel. HEX triplet: CE, C4 and 7D. RGB value is (206,196,125). Sum of RGB (Red+Green+Blue) = 206+196+125=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC47D is #313B82. Grayscale: #BFBFBF. Windows color (decimal): -3226499 or 8242382. OLE color: 8242382.
HSL color Cylindrical-coordinate representation of color #CEC47D: hue angle of 52.59º 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 #CEC47D is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 196 | 125 | - |
CMYK | 0 | 0.05 | 0.39 | 0.19 |
HSL | 52.59º | 0.45% | 0.65% | - |
HSV(B) | 52.59º | 0.39% | 0.81% | - |
XYZ | 48.9 | 54.08 | 27.26 | - |
YUV | 190.9 | 90.81 | 138.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 125 | 0 | 0.05 | 0.39 | 0.19 | 52.59 | 0.45 | 0.65 |
Hex | CE | C4 | 7D | 0 | 5 | 27 | 13 | 35 | 2D | 41 |
Octal | 316 | 304 | 175 | 0 | 5 | 47 | 23 | 65 | 55 | 101 |
Binary | 11001110 | 11000100 | 1111101 | 0 | 101 | 100111 | 10011 | 110101 | 101101 | 1000001 |
Color Harmonies of #CEC47D
Complementary color
Monochromatic Colors of #CEC47D
Black with #CEC47D
Text Example
Text Example
White with #CEC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC47D; }
p { color: rgb(206,196,125); }
H1.HeaderClassName
{
color: #CEC47D;
}
.AnyTagClassName
{
color: #CEC47D;
}
</style>
background-color css
<style>
a { background-color: #CEC47D; }
a { background-color: rgb(206,196,125); }
div.DivClassName
{
background-color: #CEC47D;
}
.BgClassName
{
background-color: #CEC47D;
}
</style>
border-color css
<style>
span { border-color: #CEC47D; }
span { border-color: rgb(206,196,125); }
td.TdClassName
{
border-color: #CEC47D;
}
.TagClassName
{
border-color: #CEC47D;
}
</style>