Shades of Winter Hazel #CFC586
Tints of Winter Hazel #CFC586
RGB
CMYK
RGB Variations
Color information
#CFC586 (or 0xCFC586) is known color: Winter Hazel. HEX triplet: CF, C5 and 86. RGB value is (207,197,134). Sum of RGB (Red+Green+Blue) = 207+197+134=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC586 is #303A79. Grayscale: #C1C1C1. Windows color (decimal): -3160698 or 8832463. OLE color: 8832463.
HSL color Cylindrical-coordinate representation of color #CFC586: hue angle of 51.78º 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 #CFC586 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 134 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.19 |
| HSL | 51.78º | 0.43% | 0.67% | - |
| HSV(B) | 51.78º | 0.35% | 0.81% | - |
| XYZ | 50 | 54.92 | 30.52 | - |
| YUV | 192.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 134 | 0 | 0.05 | 0.35 | 0.19 | 51.78 | 0.43 | 0.67 |
| Hex | CF | C5 | 86 | 0 | 5 | 23 | 13 | 34 | 2B | 43 |
| Octal | 317 | 305 | 206 | 0 | 5 | 43 | 23 | 64 | 53 | 103 |
| Binary | 11001111 | 11000101 | 10000110 | 0 | 101 | 100011 | 10011 | 110100 | 101011 | 1000011 |
Color Harmonies of #CFC586
Complementary color
Monochromatic Colors of #CFC586
Black with #CFC586
Text Example
Text Example
White with #CFC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC586; }
p { color: rgb(207,197,134); }
H1.HeaderClassName
{
color: #CFC586;
}
.AnyTagClassName
{
color: #CFC586;
}
</style>
background-color css
<style>
a { background-color: #CFC586; }
a { background-color: rgb(207,197,134); }
div.DivClassName
{
background-color: #CFC586;
}
.BgClassName
{
background-color: #CFC586;
}
</style>
border-color css
<style>
span { border-color: #CFC586; }
span { border-color: rgb(207,197,134); }
td.TdClassName
{
border-color: #CFC586;
}
.TagClassName
{
border-color: #CFC586;
}
</style>