Shades of Winter Hazel #CFCA86
Tints of Winter Hazel #CFCA86
RGB
CMYK
RGB Variations
Color information
#CFCA86 (or 0xCFCA86) is known color: Winter Hazel. HEX triplet: CF, CA and 86. RGB value is (207,202,134). Sum of RGB (Red+Green+Blue) = 207+202+134=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA86 is #303579. Grayscale: #C4C4C4. Windows color (decimal): -3159418 or 8833743. OLE color: 8833743.
HSL color Cylindrical-coordinate representation of color #CFCA86: hue angle of 55.89º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFCA86 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 134 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.19 |
| HSL | 55.89º | 0.43% | 0.67% | - |
| HSV(B) | 55.89º | 0.35% | 0.81% | - |
| XYZ | 51.16 | 57.23 | 30.9 | - |
| YUV | 195.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 134 | 0 | 0.02 | 0.35 | 0.19 | 55.89 | 0.43 | 0.67 |
| Hex | CF | CA | 86 | 0 | 2 | 23 | 13 | 38 | 2B | 43 |
| Octal | 317 | 312 | 206 | 0 | 2 | 43 | 23 | 70 | 53 | 103 |
| Binary | 11001111 | 11001010 | 10000110 | 0 | 10 | 100011 | 10011 | 111000 | 101011 | 1000011 |
Color Harmonies of #CFCA86
Complementary color
Monochromatic Colors of #CFCA86
Black with #CFCA86
Text Example
Text Example
White with #CFCA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA86; }
p { color: rgb(207,202,134); }
H1.HeaderClassName
{
color: #CFCA86;
}
.AnyTagClassName
{
color: #CFCA86;
}
</style>
background-color css
<style>
a { background-color: #CFCA86; }
a { background-color: rgb(207,202,134); }
div.DivClassName
{
background-color: #CFCA86;
}
.BgClassName
{
background-color: #CFCA86;
}
</style>
border-color css
<style>
span { border-color: #CFCA86; }
span { border-color: rgb(207,202,134); }
td.TdClassName
{
border-color: #CFCA86;
}
.TagClassName
{
border-color: #CFCA86;
}
</style>