Shades of Winter Hazel #CFC58C
Tints of Winter Hazel #CFC58C
RGB
CMYK
RGB Variations
Color information
#CFC58C (or 0xCFC58C) is known color: Winter Hazel. HEX triplet: CF, C5 and 8C. RGB value is (207,197,140). Sum of RGB (Red+Green+Blue) = 207+197+140=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC58C is #303A73. Grayscale: #C1C1C1. Windows color (decimal): -3160692 or 9225679. OLE color: 9225679.
HSL color Cylindrical-coordinate representation of color #CFC58C: hue angle of 51.04º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFC58C is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 140 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.19 |
| HSL | 51.04º | 0.41% | 0.68% | - |
| HSV(B) | 51.04º | 0.32% | 0.81% | - |
| XYZ | 50.43 | 55.09 | 32.79 | - |
| YUV | 193.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 140 | 0 | 0.05 | 0.32 | 0.19 | 51.04 | 0.41 | 0.68 |
| Hex | CF | C5 | 8C | 0 | 5 | 20 | 13 | 33 | 29 | 44 |
| Octal | 317 | 305 | 214 | 0 | 5 | 40 | 23 | 63 | 51 | 104 |
| Binary | 11001111 | 11000101 | 10001100 | 0 | 101 | 100000 | 10011 | 110011 | 101001 | 1000100 |
Color Harmonies of #CFC58C
Complementary color
Monochromatic Colors of #CFC58C
Black with #CFC58C
Text Example
Text Example
White with #CFC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC58C; }
p { color: rgb(207,197,140); }
H1.HeaderClassName
{
color: #CFC58C;
}
.AnyTagClassName
{
color: #CFC58C;
}
</style>
background-color css
<style>
a { background-color: #CFC58C; }
a { background-color: rgb(207,197,140); }
div.DivClassName
{
background-color: #CFC58C;
}
.BgClassName
{
background-color: #CFC58C;
}
</style>
border-color css
<style>
span { border-color: #CFC58C; }
span { border-color: rgb(207,197,140); }
td.TdClassName
{
border-color: #CFC58C;
}
.TagClassName
{
border-color: #CFC58C;
}
</style>