Shades of Winter Hazel #CFC785
Tints of Winter Hazel #CFC785
RGB
CMYK
RGB Variations
Color information
#CFC785 (or 0xCFC785) is known color: Winter Hazel. HEX triplet: CF, C7 and 85. RGB value is (207,199,133). Sum of RGB (Red+Green+Blue) = 207+199+133=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC785 is #30387A. Grayscale: #C2C2C2. Windows color (decimal): -3160187 or 8767439. OLE color: 8767439.
HSL color Cylindrical-coordinate representation of color #CFC785: hue angle of 53.51º 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 #CFC785 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 133 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.19 |
| HSL | 53.51º | 0.44% | 0.67% | - |
| HSV(B) | 53.51º | 0.36% | 0.81% | - |
| XYZ | 50.39 | 55.81 | 30.31 | - |
| YUV | 193.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 133 | 0 | 0.04 | 0.36 | 0.19 | 53.51 | 0.44 | 0.67 |
| Hex | CF | C7 | 85 | 0 | 4 | 24 | 13 | 36 | 2C | 43 |
| Octal | 317 | 307 | 205 | 0 | 4 | 44 | 23 | 66 | 54 | 103 |
| Binary | 11001111 | 11000111 | 10000101 | 0 | 100 | 100100 | 10011 | 110110 | 101100 | 1000011 |
Color Harmonies of #CFC785
Complementary color
Monochromatic Colors of #CFC785
Black with #CFC785
Text Example
Text Example
White with #CFC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC785; }
p { color: rgb(207,199,133); }
H1.HeaderClassName
{
color: #CFC785;
}
.AnyTagClassName
{
color: #CFC785;
}
</style>
background-color css
<style>
a { background-color: #CFC785; }
a { background-color: rgb(207,199,133); }
div.DivClassName
{
background-color: #CFC785;
}
.BgClassName
{
background-color: #CFC785;
}
</style>
border-color css
<style>
span { border-color: #CFC785; }
span { border-color: rgb(207,199,133); }
td.TdClassName
{
border-color: #CFC785;
}
.TagClassName
{
border-color: #CFC785;
}
</style>