Shades of Winter Hazel #CEC175
Tints of Winter Hazel #CEC175
RGB
CMYK
RGB Variations
Color information
#CEC175 (or 0xCEC175) is known color: Winter Hazel. HEX triplet: CE, C1 and 75. RGB value is (206,193,117). Sum of RGB (Red+Green+Blue) = 206+193+117=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC175 is #313E8A. Grayscale: #BCBCBC. Windows color (decimal): -3227275 or 7717326. OLE color: 7717326.
HSL color Cylindrical-coordinate representation of color #CEC175: hue angle of 51.24º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEC175 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 117 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.19 |
| HSL | 51.24º | 0.48% | 0.63% | - |
| HSV(B) | 51.24º | 0.43% | 0.81% | - |
| XYZ | 47.73 | 52.55 | 24.46 | - |
| YUV | 188.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 117 | 0 | 0.06 | 0.43 | 0.19 | 51.24 | 0.48 | 0.63 |
| Hex | CE | C1 | 75 | 0 | 6 | 2B | 13 | 33 | 30 | 3F |
| Octal | 316 | 301 | 165 | 0 | 6 | 53 | 23 | 63 | 60 | 77 |
| Binary | 11001110 | 11000001 | 1110101 | 0 | 110 | 101011 | 10011 | 110011 | 110000 | 111111 |
Color Harmonies of #CEC175
Complementary color
Monochromatic Colors of #CEC175
Black with #CEC175
Text Example
Text Example
White with #CEC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC175; }
p { color: rgb(206,193,117); }
H1.HeaderClassName
{
color: #CEC175;
}
.AnyTagClassName
{
color: #CEC175;
}
</style>
background-color css
<style>
a { background-color: #CEC175; }
a { background-color: rgb(206,193,117); }
div.DivClassName
{
background-color: #CEC175;
}
.BgClassName
{
background-color: #CEC175;
}
</style>
border-color css
<style>
span { border-color: #CEC175; }
span { border-color: rgb(206,193,117); }
td.TdClassName
{
border-color: #CEC175;
}
.TagClassName
{
border-color: #CEC175;
}
</style>