Shades of Winter Hazel #CFC078
Tints of Winter Hazel #CFC078
RGB
CMYK
RGB Variations
Color information
#CFC078 (or 0xCFC078) is known color: Winter Hazel. HEX triplet: CF, C0 and 78. RGB value is (207,192,120). Sum of RGB (Red+Green+Blue) = 207+192+120=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC078 is #303F87. Grayscale: #BCBCBC. Windows color (decimal): -3161992 or 7913679. OLE color: 7913679.
HSL color Cylindrical-coordinate representation of color #CFC078: hue angle of 49.66º 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 #CFC078 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 120 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.19 |
| HSL | 49.66º | 0.48% | 0.64% | - |
| HSV(B) | 49.66º | 0.42% | 0.81% | - |
| XYZ | 47.97 | 52.32 | 25.34 | - |
| YUV | 188.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 120 | 0 | 0.07 | 0.42 | 0.19 | 49.66 | 0.48 | 0.64 |
| Hex | CF | C0 | 78 | 0 | 7 | 2A | 13 | 32 | 30 | 40 |
| Octal | 317 | 300 | 170 | 0 | 7 | 52 | 23 | 62 | 60 | 100 |
| Binary | 11001111 | 11000000 | 1111000 | 0 | 111 | 101010 | 10011 | 110010 | 110000 | 1000000 |
Color Harmonies of #CFC078
Complementary color
Monochromatic Colors of #CFC078
Black with #CFC078
Text Example
Text Example
White with #CFC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC078; }
p { color: rgb(207,192,120); }
H1.HeaderClassName
{
color: #CFC078;
}
.AnyTagClassName
{
color: #CFC078;
}
</style>
background-color css
<style>
a { background-color: #CFC078; }
a { background-color: rgb(207,192,120); }
div.DivClassName
{
background-color: #CFC078;
}
.BgClassName
{
background-color: #CFC078;
}
</style>
border-color css
<style>
span { border-color: #CFC078; }
span { border-color: rgb(207,192,120); }
td.TdClassName
{
border-color: #CFC078;
}
.TagClassName
{
border-color: #CFC078;
}
</style>