Shades of Winter Hazel #CFC688
Tints of Winter Hazel #CFC688
RGB
CMYK
RGB Variations
Color information
#CFC688 (or 0xCFC688) is known color: Winter Hazel. HEX triplet: CF, C6 and 88. RGB value is (207,198,136). Sum of RGB (Red+Green+Blue) = 207+198+136=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC688 is #303977. Grayscale: #C1C1C1. Windows color (decimal): -3160440 or 8963791. OLE color: 8963791.
HSL color Cylindrical-coordinate representation of color #CFC688: hue angle of 52.39º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFC688 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 136 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.19 |
| HSL | 52.39º | 0.43% | 0.67% | - |
| HSV(B) | 52.39º | 0.34% | 0.81% | - |
| XYZ | 50.37 | 55.43 | 31.34 | - |
| YUV | 193.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 136 | 0 | 0.04 | 0.34 | 0.19 | 52.39 | 0.43 | 0.67 |
| Hex | CF | C6 | 88 | 0 | 4 | 22 | 13 | 34 | 2B | 43 |
| Octal | 317 | 306 | 210 | 0 | 4 | 42 | 23 | 64 | 53 | 103 |
| Binary | 11001111 | 11000110 | 10001000 | 0 | 100 | 100010 | 10011 | 110100 | 101011 | 1000011 |
Color Harmonies of #CFC688
Complementary color
Monochromatic Colors of #CFC688
Black with #CFC688
Text Example
Text Example
White with #CFC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC688; }
p { color: rgb(207,198,136); }
H1.HeaderClassName
{
color: #CFC688;
}
.AnyTagClassName
{
color: #CFC688;
}
</style>
background-color css
<style>
a { background-color: #CFC688; }
a { background-color: rgb(207,198,136); }
div.DivClassName
{
background-color: #CFC688;
}
.BgClassName
{
background-color: #CFC688;
}
</style>
border-color css
<style>
span { border-color: #CFC688; }
span { border-color: rgb(207,198,136); }
td.TdClassName
{
border-color: #CFC688;
}
.TagClassName
{
border-color: #CFC688;
}
</style>