Shades of Winter Hazel #CFC778
Tints of Winter Hazel #CFC778
RGB
CMYK
RGB Variations
Color information
#CFC778 (or 0xCFC778) is known color: Winter Hazel. HEX triplet: CF, C7 and 78. RGB value is (207,199,120). Sum of RGB (Red+Green+Blue) = 207+199+120=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC778 is #303887. Grayscale: #C0C0C0. Windows color (decimal): -3160200 or 7915471. OLE color: 7915471.
HSL color Cylindrical-coordinate representation of color #CFC778: hue angle of 54.48º degrees, saturation: 0.48, 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 #CFC778 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 120 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.19 |
| HSL | 54.48º | 0.48% | 0.64% | - |
| HSV(B) | 54.48º | 0.42% | 0.81% | - |
| XYZ | 49.55 | 55.47 | 25.86 | - |
| YUV | 192.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 120 | 0 | 0.04 | 0.42 | 0.19 | 54.48 | 0.48 | 0.64 |
| Hex | CF | C7 | 78 | 0 | 4 | 2A | 13 | 36 | 30 | 40 |
| Octal | 317 | 307 | 170 | 0 | 4 | 52 | 23 | 66 | 60 | 100 |
| Binary | 11001111 | 11000111 | 1111000 | 0 | 100 | 101010 | 10011 | 110110 | 110000 | 1000000 |
Color Harmonies of #CFC778
Complementary color
Monochromatic Colors of #CFC778
Black with #CFC778
Text Example
Text Example
White with #CFC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC778; }
p { color: rgb(207,199,120); }
H1.HeaderClassName
{
color: #CFC778;
}
.AnyTagClassName
{
color: #CFC778;
}
</style>
background-color css
<style>
a { background-color: #CFC778; }
a { background-color: rgb(207,199,120); }
div.DivClassName
{
background-color: #CFC778;
}
.BgClassName
{
background-color: #CFC778;
}
</style>
border-color css
<style>
span { border-color: #CFC778; }
span { border-color: rgb(207,199,120); }
td.TdClassName
{
border-color: #CFC778;
}
.TagClassName
{
border-color: #CFC778;
}
</style>