Shades of Winter Hazel #CFC48D
Tints of Winter Hazel #CFC48D
RGB
CMYK
RGB Variations
Color information
#CFC48D (or 0xCFC48D) is known color: Winter Hazel. HEX triplet: CF, C4 and 8D. RGB value is (207,196,141). Sum of RGB (Red+Green+Blue) = 207+196+141=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC48D is #303B72. Grayscale: #C1C1C1. Windows color (decimal): -3160947 or 9290959. OLE color: 9290959.
HSL color Cylindrical-coordinate representation of color #CFC48D: hue angle of 50º 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 #CFC48D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 141 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.19 |
| HSL | 50º | 0.41% | 0.68% | - |
| HSV(B) | 50º | 0.32% | 0.81% | - |
| XYZ | 50.28 | 54.67 | 33.1 | - |
| YUV | 193.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 141 | 0 | 0.05 | 0.32 | 0.19 | 50 | 0.41 | 0.68 |
| Hex | CF | C4 | 8D | 0 | 5 | 20 | 13 | 32 | 29 | 44 |
| Octal | 317 | 304 | 215 | 0 | 5 | 40 | 23 | 62 | 51 | 104 |
| Binary | 11001111 | 11000100 | 10001101 | 0 | 101 | 100000 | 10011 | 110010 | 101001 | 1000100 |
Color Harmonies of #CFC48D
Complementary color
Monochromatic Colors of #CFC48D
Black with #CFC48D
Text Example
Text Example
White with #CFC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC48D; }
p { color: rgb(207,196,141); }
H1.HeaderClassName
{
color: #CFC48D;
}
.AnyTagClassName
{
color: #CFC48D;
}
</style>
background-color css
<style>
a { background-color: #CFC48D; }
a { background-color: rgb(207,196,141); }
div.DivClassName
{
background-color: #CFC48D;
}
.BgClassName
{
background-color: #CFC48D;
}
</style>
border-color css
<style>
span { border-color: #CFC48D; }
span { border-color: rgb(207,196,141); }
td.TdClassName
{
border-color: #CFC48D;
}
.TagClassName
{
border-color: #CFC48D;
}
</style>