Shades of Winter Hazel #CFC085
Tints of Winter Hazel #CFC085
RGB
CMYK
RGB Variations
Color information
#CFC085 (or 0xCFC085) is known color: Winter Hazel. HEX triplet: CF, C0 and 85. RGB value is (207,192,133). Sum of RGB (Red+Green+Blue) = 207+192+133=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC085 is #303F7A. Grayscale: #BEBEBE. Windows color (decimal): -3161979 or 8765647. OLE color: 8765647.
HSL color Cylindrical-coordinate representation of color #CFC085: hue angle of 47.84º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFC085 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 133 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.19 |
| HSL | 47.84º | 0.44% | 0.67% | - |
| HSV(B) | 47.84º | 0.36% | 0.81% | - |
| XYZ | 48.82 | 52.66 | 29.78 | - |
| YUV | 189.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 133 | 0 | 0.07 | 0.36 | 0.19 | 47.84 | 0.44 | 0.67 |
| Hex | CF | C0 | 85 | 0 | 7 | 24 | 13 | 30 | 2C | 43 |
| Octal | 317 | 300 | 205 | 0 | 7 | 44 | 23 | 60 | 54 | 103 |
| Binary | 11001111 | 11000000 | 10000101 | 0 | 111 | 100100 | 10011 | 110000 | 101100 | 1000011 |
Color Harmonies of #CFC085
Complementary color
Monochromatic Colors of #CFC085
Black with #CFC085
Text Example
Text Example
White with #CFC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC085; }
p { color: rgb(207,192,133); }
H1.HeaderClassName
{
color: #CFC085;
}
.AnyTagClassName
{
color: #CFC085;
}
</style>
background-color css
<style>
a { background-color: #CFC085; }
a { background-color: rgb(207,192,133); }
div.DivClassName
{
background-color: #CFC085;
}
.BgClassName
{
background-color: #CFC085;
}
</style>
border-color css
<style>
span { border-color: #CFC085; }
span { border-color: rgb(207,192,133); }
td.TdClassName
{
border-color: #CFC085;
}
.TagClassName
{
border-color: #CFC085;
}
</style>