Shades of Winter Hazel #CFC58D
Tints of Winter Hazel #CFC58D
RGB
CMYK
RGB Variations
Color information
#CFC58D (or 0xCFC58D) is known color: Winter Hazel. HEX triplet: CF, C5 and 8D. RGB value is (207,197,141). Sum of RGB (Red+Green+Blue) = 207+197+141=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC58D is #303A72. Grayscale: #C1C1C1. Windows color (decimal): -3160691 or 9291215. OLE color: 9291215.
HSL color Cylindrical-coordinate representation of color #CFC58D: hue angle of 50.91º 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 #CFC58D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 141 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.19 |
| HSL | 50.91º | 0.41% | 0.68% | - |
| HSV(B) | 50.91º | 0.32% | 0.81% | - |
| XYZ | 50.51 | 55.12 | 33.18 | - |
| YUV | 193.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 141 | 0 | 0.05 | 0.32 | 0.19 | 50.91 | 0.41 | 0.68 |
| Hex | CF | C5 | 8D | 0 | 5 | 20 | 13 | 33 | 29 | 44 |
| Octal | 317 | 305 | 215 | 0 | 5 | 40 | 23 | 63 | 51 | 104 |
| Binary | 11001111 | 11000101 | 10001101 | 0 | 101 | 100000 | 10011 | 110011 | 101001 | 1000100 |
Color Harmonies of #CFC58D
Complementary color
Monochromatic Colors of #CFC58D
Black with #CFC58D
Text Example
Text Example
White with #CFC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC58D; }
p { color: rgb(207,197,141); }
H1.HeaderClassName
{
color: #CFC58D;
}
.AnyTagClassName
{
color: #CFC58D;
}
</style>
background-color css
<style>
a { background-color: #CFC58D; }
a { background-color: rgb(207,197,141); }
div.DivClassName
{
background-color: #CFC58D;
}
.BgClassName
{
background-color: #CFC58D;
}
</style>
border-color css
<style>
span { border-color: #CFC58D; }
span { border-color: rgb(207,197,141); }
td.TdClassName
{
border-color: #CFC58D;
}
.TagClassName
{
border-color: #CFC58D;
}
</style>