Shades of Winter Hazel #CFC878
Tints of Winter Hazel #CFC878
RGB
CMYK
RGB Variations
Color information
#CFC878 (or 0xCFC878) is known color: Winter Hazel. HEX triplet: CF, C8 and 78. RGB value is (207,200,120). Sum of RGB (Red+Green+Blue) = 207+200+120=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC878 is #303787. Grayscale: #C1C1C1. Windows color (decimal): -3159944 or 7915727. OLE color: 7915727.
HSL color Cylindrical-coordinate representation of color #CFC878: hue angle of 55.17º 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 #CFC878 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 120 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.19 |
| HSL | 55.17º | 0.48% | 0.64% | - |
| HSV(B) | 55.17º | 0.42% | 0.81% | - |
| XYZ | 49.78 | 55.93 | 25.94 | - |
| YUV | 192.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 120 | 0 | 0.03 | 0.42 | 0.19 | 55.17 | 0.48 | 0.64 |
| Hex | CF | C8 | 78 | 0 | 3 | 2A | 13 | 37 | 30 | 40 |
| Octal | 317 | 310 | 170 | 0 | 3 | 52 | 23 | 67 | 60 | 100 |
| Binary | 11001111 | 11001000 | 1111000 | 0 | 11 | 101010 | 10011 | 110111 | 110000 | 1000000 |
Color Harmonies of #CFC878
Complementary color
Monochromatic Colors of #CFC878
Black with #CFC878
Text Example
Text Example
White with #CFC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC878; }
p { color: rgb(207,200,120); }
H1.HeaderClassName
{
color: #CFC878;
}
.AnyTagClassName
{
color: #CFC878;
}
</style>
background-color css
<style>
a { background-color: #CFC878; }
a { background-color: rgb(207,200,120); }
div.DivClassName
{
background-color: #CFC878;
}
.BgClassName
{
background-color: #CFC878;
}
</style>
border-color css
<style>
span { border-color: #CFC878; }
span { border-color: rgb(207,200,120); }
td.TdClassName
{
border-color: #CFC878;
}
.TagClassName
{
border-color: #CFC878;
}
</style>