Shades of Winter Hazel #CFC678
Tints of Winter Hazel #CFC678
RGB
CMYK
RGB Variations
Color information
#CFC678 (or 0xCFC678) is known color: Winter Hazel. HEX triplet: CF, C6 and 78. RGB value is (207,198,120). Sum of RGB (Red+Green+Blue) = 207+198+120=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC678 is #303987. Grayscale: #C0C0C0. Windows color (decimal): -3160456 or 7915215. OLE color: 7915215.
HSL color Cylindrical-coordinate representation of color #CFC678: hue angle of 53.79º 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 #CFC678 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 120 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.19 |
| HSL | 53.79º | 0.48% | 0.64% | - |
| HSV(B) | 53.79º | 0.42% | 0.81% | - |
| XYZ | 49.32 | 55.01 | 25.79 | - |
| YUV | 191.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 120 | 0 | 0.04 | 0.42 | 0.19 | 53.79 | 0.48 | 0.64 |
| Hex | CF | C6 | 78 | 0 | 4 | 2A | 13 | 36 | 30 | 40 |
| Octal | 317 | 306 | 170 | 0 | 4 | 52 | 23 | 66 | 60 | 100 |
| Binary | 11001111 | 11000110 | 1111000 | 0 | 100 | 101010 | 10011 | 110110 | 110000 | 1000000 |
Color Harmonies of #CFC678
Complementary color
Monochromatic Colors of #CFC678
Black with #CFC678
Text Example
Text Example
White with #CFC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC678; }
p { color: rgb(207,198,120); }
H1.HeaderClassName
{
color: #CFC678;
}
.AnyTagClassName
{
color: #CFC678;
}
</style>
background-color css
<style>
a { background-color: #CFC678; }
a { background-color: rgb(207,198,120); }
div.DivClassName
{
background-color: #CFC678;
}
.BgClassName
{
background-color: #CFC678;
}
</style>
border-color css
<style>
span { border-color: #CFC678; }
span { border-color: rgb(207,198,120); }
td.TdClassName
{
border-color: #CFC678;
}
.TagClassName
{
border-color: #CFC678;
}
</style>