Shades of Winter Hazel #CFC786
Tints of Winter Hazel #CFC786
RGB
CMYK
RGB Variations
Color information
#CFC786 (or 0xCFC786) is known color: Winter Hazel. HEX triplet: CF, C7 and 86. RGB value is (207,199,134). Sum of RGB (Red+Green+Blue) = 207+199+134=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC786 is #303879. Grayscale: #C2C2C2. Windows color (decimal): -3160186 or 8832975. OLE color: 8832975.
HSL color Cylindrical-coordinate representation of color #CFC786: hue angle of 53.42º 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 #CFC786 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 134 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.19 |
| HSL | 53.42º | 0.43% | 0.67% | - |
| HSV(B) | 53.42º | 0.35% | 0.81% | - |
| XYZ | 50.46 | 55.83 | 30.67 | - |
| YUV | 193.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 134 | 0 | 0.04 | 0.35 | 0.19 | 53.42 | 0.43 | 0.67 |
| Hex | CF | C7 | 86 | 0 | 4 | 23 | 13 | 35 | 2B | 43 |
| Octal | 317 | 307 | 206 | 0 | 4 | 43 | 23 | 65 | 53 | 103 |
| Binary | 11001111 | 11000111 | 10000110 | 0 | 100 | 100011 | 10011 | 110101 | 101011 | 1000011 |
Color Harmonies of #CFC786
Complementary color
Monochromatic Colors of #CFC786
Black with #CFC786
Text Example
Text Example
White with #CFC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC786; }
p { color: rgb(207,199,134); }
H1.HeaderClassName
{
color: #CFC786;
}
.AnyTagClassName
{
color: #CFC786;
}
</style>
background-color css
<style>
a { background-color: #CFC786; }
a { background-color: rgb(207,199,134); }
div.DivClassName
{
background-color: #CFC786;
}
.BgClassName
{
background-color: #CFC786;
}
</style>
border-color css
<style>
span { border-color: #CFC786; }
span { border-color: rgb(207,199,134); }
td.TdClassName
{
border-color: #CFC786;
}
.TagClassName
{
border-color: #CFC786;
}
</style>