Shades of Winter Hazel #CFC087
Tints of Winter Hazel #CFC087
RGB
CMYK
RGB Variations
Color information
#CFC087 (or 0xCFC087) is known color: Winter Hazel. HEX triplet: CF, C0 and 87. RGB value is (207,192,135). Sum of RGB (Red+Green+Blue) = 207+192+135=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC087 is #303F78. Grayscale: #BEBEBE. Windows color (decimal): -3161977 or 8896719. OLE color: 8896719.
HSL color Cylindrical-coordinate representation of color #CFC087: hue angle of 47.5º 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 #CFC087 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 135 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.19 |
| HSL | 47.5º | 0.43% | 0.67% | - |
| HSV(B) | 47.5º | 0.35% | 0.81% | - |
| XYZ | 48.95 | 52.71 | 30.52 | - |
| YUV | 189.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 135 | 0 | 0.07 | 0.35 | 0.19 | 47.5 | 0.43 | 0.67 |
| Hex | CF | C0 | 87 | 0 | 7 | 23 | 13 | 30 | 2B | 43 |
| Octal | 317 | 300 | 207 | 0 | 7 | 43 | 23 | 60 | 53 | 103 |
| Binary | 11001111 | 11000000 | 10000111 | 0 | 111 | 100011 | 10011 | 110000 | 101011 | 1000011 |
Color Harmonies of #CFC087
Complementary color
Monochromatic Colors of #CFC087
Black with #CFC087
Text Example
Text Example
White with #CFC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC087; }
p { color: rgb(207,192,135); }
H1.HeaderClassName
{
color: #CFC087;
}
.AnyTagClassName
{
color: #CFC087;
}
</style>
background-color css
<style>
a { background-color: #CFC087; }
a { background-color: rgb(207,192,135); }
div.DivClassName
{
background-color: #CFC087;
}
.BgClassName
{
background-color: #CFC087;
}
</style>
border-color css
<style>
span { border-color: #CFC087; }
span { border-color: rgb(207,192,135); }
td.TdClassName
{
border-color: #CFC087;
}
.TagClassName
{
border-color: #CFC087;
}
</style>