Shades of Winter Hazel #CFC276
Tints of Winter Hazel #CFC276
RGB
CMYK
RGB Variations
Color information
#CFC276 (or 0xCFC276) is known color: Winter Hazel. HEX triplet: CF, C2 and 76. RGB value is (207,194,118). Sum of RGB (Red+Green+Blue) = 207+194+118=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC276 is #303D89. Grayscale: #BDBDBD. Windows color (decimal): -3161482 or 7783119. OLE color: 7783119.
HSL color Cylindrical-coordinate representation of color #CFC276: hue angle of 51.24º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC276 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 118 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.19 |
| HSL | 51.24º | 0.48% | 0.64% | - |
| HSV(B) | 51.24º | 0.43% | 0.81% | - |
| XYZ | 48.29 | 53.16 | 24.85 | - |
| YUV | 189.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 118 | 0 | 0.06 | 0.43 | 0.19 | 51.24 | 0.48 | 0.64 |
| Hex | CF | C2 | 76 | 0 | 6 | 2B | 13 | 33 | 30 | 40 |
| Octal | 317 | 302 | 166 | 0 | 6 | 53 | 23 | 63 | 60 | 100 |
| Binary | 11001111 | 11000010 | 1110110 | 0 | 110 | 101011 | 10011 | 110011 | 110000 | 1000000 |
Color Harmonies of #CFC276
Complementary color
Monochromatic Colors of #CFC276
Black with #CFC276
Text Example
Text Example
White with #CFC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC276; }
p { color: rgb(207,194,118); }
H1.HeaderClassName
{
color: #CFC276;
}
.AnyTagClassName
{
color: #CFC276;
}
</style>
background-color css
<style>
a { background-color: #CFC276; }
a { background-color: rgb(207,194,118); }
div.DivClassName
{
background-color: #CFC276;
}
.BgClassName
{
background-color: #CFC276;
}
</style>
border-color css
<style>
span { border-color: #CFC276; }
span { border-color: rgb(207,194,118); }
td.TdClassName
{
border-color: #CFC276;
}
.TagClassName
{
border-color: #CFC276;
}
</style>