Shades of Winter Hazel #CFC08F
Tints of Winter Hazel #CFC08F
RGB
CMYK
RGB Variations
Color information
#CFC08F (or 0xCFC08F) is known color: Winter Hazel. HEX triplet: CF, C0 and 8F. RGB value is (207,192,143). Sum of RGB (Red+Green+Blue) = 207+192+143=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC08F is #303F70. Grayscale: #BFBFBF. Windows color (decimal): -3161969 or 9421007. OLE color: 9421007.
HSL color Cylindrical-coordinate representation of color #CFC08F: hue angle of 45.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFC08F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 143 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.19 |
| HSL | 45.94º | 0.4% | 0.69% | - |
| HSV(B) | 45.94º | 0.31% | 0.81% | - |
| XYZ | 49.54 | 52.95 | 33.6 | - |
| YUV | 190.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 143 | 0 | 0.07 | 0.31 | 0.19 | 45.94 | 0.4 | 0.69 |
| Hex | CF | C0 | 8F | 0 | 7 | 1F | 13 | 2E | 28 | 45 |
| Octal | 317 | 300 | 217 | 0 | 7 | 37 | 23 | 56 | 50 | 105 |
| Binary | 11001111 | 11000000 | 10001111 | 0 | 111 | 11111 | 10011 | 101110 | 101000 | 1000101 |
Color Harmonies of #CFC08F
Complementary color
Monochromatic Colors of #CFC08F
Black with #CFC08F
Text Example
Text Example
White with #CFC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC08F; }
p { color: rgb(207,192,143); }
H1.HeaderClassName
{
color: #CFC08F;
}
.AnyTagClassName
{
color: #CFC08F;
}
</style>
background-color css
<style>
a { background-color: #CFC08F; }
a { background-color: rgb(207,192,143); }
div.DivClassName
{
background-color: #CFC08F;
}
.BgClassName
{
background-color: #CFC08F;
}
</style>
border-color css
<style>
span { border-color: #CFC08F; }
span { border-color: rgb(207,192,143); }
td.TdClassName
{
border-color: #CFC08F;
}
.TagClassName
{
border-color: #CFC08F;
}
</style>