Shades of Winter Hazel #CFC685
Tints of Winter Hazel #CFC685
RGB
CMYK
RGB Variations
Color information
#CFC685 (or 0xCFC685) is known color: Winter Hazel. HEX triplet: CF, C6 and 85. RGB value is (207,198,133). Sum of RGB (Red+Green+Blue) = 207+198+133=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC685 is #30397A. Grayscale: #C1C1C1. Windows color (decimal): -3160443 or 8767183. OLE color: 8767183.
HSL color Cylindrical-coordinate representation of color #CFC685: hue angle of 52.7º 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 #CFC685 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 133 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.19 |
| HSL | 52.7º | 0.44% | 0.67% | - |
| HSV(B) | 52.7º | 0.36% | 0.81% | - |
| XYZ | 50.16 | 55.35 | 30.23 | - |
| YUV | 193.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 133 | 0 | 0.04 | 0.36 | 0.19 | 52.7 | 0.44 | 0.67 |
| Hex | CF | C6 | 85 | 0 | 4 | 24 | 13 | 35 | 2C | 43 |
| Octal | 317 | 306 | 205 | 0 | 4 | 44 | 23 | 65 | 54 | 103 |
| Binary | 11001111 | 11000110 | 10000101 | 0 | 100 | 100100 | 10011 | 110101 | 101100 | 1000011 |
Color Harmonies of #CFC685
Complementary color
Monochromatic Colors of #CFC685
Black with #CFC685
Text Example
Text Example
White with #CFC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC685; }
p { color: rgb(207,198,133); }
H1.HeaderClassName
{
color: #CFC685;
}
.AnyTagClassName
{
color: #CFC685;
}
</style>
background-color css
<style>
a { background-color: #CFC685; }
a { background-color: rgb(207,198,133); }
div.DivClassName
{
background-color: #CFC685;
}
.BgClassName
{
background-color: #CFC685;
}
</style>
border-color css
<style>
span { border-color: #CFC685; }
span { border-color: rgb(207,198,133); }
td.TdClassName
{
border-color: #CFC685;
}
.TagClassName
{
border-color: #CFC685;
}
</style>