Shades of Winter Hazel #CFC587
Tints of Winter Hazel #CFC587
RGB
CMYK
RGB Variations
Color information
#CFC587 (or 0xCFC587) is known color: Winter Hazel. HEX triplet: CF, C5 and 87. RGB value is (207,197,135). Sum of RGB (Red+Green+Blue) = 207+197+135=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC587 is #303A78. Grayscale: #C1C1C1. Windows color (decimal): -3160697 or 8897999. OLE color: 8897999.
HSL color Cylindrical-coordinate representation of color #CFC587: hue angle of 51.67º 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 #CFC587 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 135 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.19 |
| HSL | 51.67º | 0.43% | 0.67% | - |
| HSV(B) | 51.67º | 0.35% | 0.81% | - |
| XYZ | 50.07 | 54.95 | 30.89 | - |
| YUV | 192.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 135 | 0 | 0.05 | 0.35 | 0.19 | 51.67 | 0.43 | 0.67 |
| Hex | CF | C5 | 87 | 0 | 5 | 23 | 13 | 34 | 2B | 43 |
| Octal | 317 | 305 | 207 | 0 | 5 | 43 | 23 | 64 | 53 | 103 |
| Binary | 11001111 | 11000101 | 10000111 | 0 | 101 | 100011 | 10011 | 110100 | 101011 | 1000011 |
Color Harmonies of #CFC587
Complementary color
Monochromatic Colors of #CFC587
Black with #CFC587
Text Example
Text Example
White with #CFC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC587; }
p { color: rgb(207,197,135); }
H1.HeaderClassName
{
color: #CFC587;
}
.AnyTagClassName
{
color: #CFC587;
}
</style>
background-color css
<style>
a { background-color: #CFC587; }
a { background-color: rgb(207,197,135); }
div.DivClassName
{
background-color: #CFC587;
}
.BgClassName
{
background-color: #CFC587;
}
</style>
border-color css
<style>
span { border-color: #CFC587; }
span { border-color: rgb(207,197,135); }
td.TdClassName
{
border-color: #CFC587;
}
.TagClassName
{
border-color: #CFC587;
}
</style>