Shades of Winter Hazel #CFC478
Tints of Winter Hazel #CFC478
RGB
CMYK
RGB Variations
Color information
#CFC478 (or 0xCFC478) is known color: Winter Hazel. HEX triplet: CF, C4 and 78. RGB value is (207,196,120). Sum of RGB (Red+Green+Blue) = 207+196+120=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC478 is #303B87. Grayscale: #BEBEBE. Windows color (decimal): -3160968 or 7914703. OLE color: 7914703.
HSL color Cylindrical-coordinate representation of color #CFC478: hue angle of 52.41º 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 #CFC478 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 120 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.19 |
| HSL | 52.41º | 0.48% | 0.64% | - |
| HSV(B) | 52.41º | 0.42% | 0.81% | - |
| XYZ | 48.86 | 54.1 | 25.64 | - |
| YUV | 190.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 120 | 0 | 0.05 | 0.42 | 0.19 | 52.41 | 0.48 | 0.64 |
| Hex | CF | C4 | 78 | 0 | 5 | 2A | 13 | 34 | 30 | 40 |
| Octal | 317 | 304 | 170 | 0 | 5 | 52 | 23 | 64 | 60 | 100 |
| Binary | 11001111 | 11000100 | 1111000 | 0 | 101 | 101010 | 10011 | 110100 | 110000 | 1000000 |
Color Harmonies of #CFC478
Complementary color
Monochromatic Colors of #CFC478
Black with #CFC478
Text Example
Text Example
White with #CFC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC478; }
p { color: rgb(207,196,120); }
H1.HeaderClassName
{
color: #CFC478;
}
.AnyTagClassName
{
color: #CFC478;
}
</style>
background-color css
<style>
a { background-color: #CFC478; }
a { background-color: rgb(207,196,120); }
div.DivClassName
{
background-color: #CFC478;
}
.BgClassName
{
background-color: #CFC478;
}
</style>
border-color css
<style>
span { border-color: #CFC478; }
span { border-color: rgb(207,196,120); }
td.TdClassName
{
border-color: #CFC478;
}
.TagClassName
{
border-color: #CFC478;
}
</style>