Shades of Winter Hazel #CFC079
Tints of Winter Hazel #CFC079
RGB
CMYK
RGB Variations
Color information
#CFC079 (or 0xCFC079) is known color: Winter Hazel. HEX triplet: CF, C0 and 79. RGB value is (207,192,121). Sum of RGB (Red+Green+Blue) = 207+192+121=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC079 is #303F86. Grayscale: #BCBCBC. Windows color (decimal): -3161991 or 7979215. OLE color: 7979215.
HSL color Cylindrical-coordinate representation of color #CFC079: hue angle of 49.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFC079 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 121 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.19 |
| HSL | 49.53º | 0.47% | 0.64% | - |
| HSV(B) | 49.53º | 0.42% | 0.81% | - |
| XYZ | 48.03 | 52.35 | 25.66 | - |
| YUV | 188.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 121 | 0 | 0.07 | 0.42 | 0.19 | 49.53 | 0.47 | 0.64 |
| Hex | CF | C0 | 79 | 0 | 7 | 2A | 13 | 32 | 2F | 40 |
| Octal | 317 | 300 | 171 | 0 | 7 | 52 | 23 | 62 | 57 | 100 |
| Binary | 11001111 | 11000000 | 1111001 | 0 | 111 | 101010 | 10011 | 110010 | 101111 | 1000000 |
Color Harmonies of #CFC079
Complementary color
Monochromatic Colors of #CFC079
Black with #CFC079
Text Example
Text Example
White with #CFC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC079; }
p { color: rgb(207,192,121); }
H1.HeaderClassName
{
color: #CFC079;
}
.AnyTagClassName
{
color: #CFC079;
}
</style>
background-color css
<style>
a { background-color: #CFC079; }
a { background-color: rgb(207,192,121); }
div.DivClassName
{
background-color: #CFC079;
}
.BgClassName
{
background-color: #CFC079;
}
</style>
border-color css
<style>
span { border-color: #CFC079; }
span { border-color: rgb(207,192,121); }
td.TdClassName
{
border-color: #CFC079;
}
.TagClassName
{
border-color: #CFC079;
}
</style>