Shades of Winter Hazel #CFC679
Tints of Winter Hazel #CFC679
RGB
CMYK
RGB Variations
Color information
#CFC679 (or 0xCFC679) is known color: Winter Hazel. HEX triplet: CF, C6 and 79. RGB value is (207,198,121). Sum of RGB (Red+Green+Blue) = 207+198+121=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC679 is #303986. Grayscale: #C0C0C0. Windows color (decimal): -3160455 or 7980751. OLE color: 7980751.
HSL color Cylindrical-coordinate representation of color #CFC679: hue angle of 53.72º 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 #CFC679 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 121 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.19 |
| HSL | 53.72º | 0.47% | 0.64% | - |
| HSV(B) | 53.72º | 0.42% | 0.81% | - |
| XYZ | 49.38 | 55.03 | 26.11 | - |
| YUV | 191.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 121 | 0 | 0.04 | 0.42 | 0.19 | 53.72 | 0.47 | 0.64 |
| Hex | CF | C6 | 79 | 0 | 4 | 2A | 13 | 36 | 2F | 40 |
| Octal | 317 | 306 | 171 | 0 | 4 | 52 | 23 | 66 | 57 | 100 |
| Binary | 11001111 | 11000110 | 1111001 | 0 | 100 | 101010 | 10011 | 110110 | 101111 | 1000000 |
Color Harmonies of #CFC679
Complementary color
Monochromatic Colors of #CFC679
Black with #CFC679
Text Example
Text Example
White with #CFC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC679; }
p { color: rgb(207,198,121); }
H1.HeaderClassName
{
color: #CFC679;
}
.AnyTagClassName
{
color: #CFC679;
}
</style>
background-color css
<style>
a { background-color: #CFC679; }
a { background-color: rgb(207,198,121); }
div.DivClassName
{
background-color: #CFC679;
}
.BgClassName
{
background-color: #CFC679;
}
</style>
border-color css
<style>
span { border-color: #CFC679; }
span { border-color: rgb(207,198,121); }
td.TdClassName
{
border-color: #CFC679;
}
.TagClassName
{
border-color: #CFC679;
}
</style>