Shades of Winter Hazel #CFC48E
Tints of Winter Hazel #CFC48E
RGB
CMYK
RGB Variations
Color information
#CFC48E (or 0xCFC48E) is known color: Winter Hazel. HEX triplet: CF, C4 and 8E. RGB value is (207,196,142). Sum of RGB (Red+Green+Blue) = 207+196+142=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC48E is #303B71. Grayscale: #C1C1C1. Windows color (decimal): -3160946 or 9356495. OLE color: 9356495.
HSL color Cylindrical-coordinate representation of color #CFC48E: hue angle of 49.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFC48E is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 142 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.19 |
| HSL | 49.85º | 0.4% | 0.68% | - |
| HSV(B) | 49.85º | 0.31% | 0.81% | - |
| XYZ | 50.35 | 54.7 | 33.5 | - |
| YUV | 193.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 142 | 0 | 0.05 | 0.31 | 0.19 | 49.85 | 0.4 | 0.68 |
| Hex | CF | C4 | 8E | 0 | 5 | 1F | 13 | 32 | 28 | 44 |
| Octal | 317 | 304 | 216 | 0 | 5 | 37 | 23 | 62 | 50 | 104 |
| Binary | 11001111 | 11000100 | 10001110 | 0 | 101 | 11111 | 10011 | 110010 | 101000 | 1000100 |
Color Harmonies of #CFC48E
Complementary color
Monochromatic Colors of #CFC48E
Black with #CFC48E
Text Example
Text Example
White with #CFC48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC48E; }
p { color: rgb(207,196,142); }
H1.HeaderClassName
{
color: #CFC48E;
}
.AnyTagClassName
{
color: #CFC48E;
}
</style>
background-color css
<style>
a { background-color: #CFC48E; }
a { background-color: rgb(207,196,142); }
div.DivClassName
{
background-color: #CFC48E;
}
.BgClassName
{
background-color: #CFC48E;
}
</style>
border-color css
<style>
span { border-color: #CFC48E; }
span { border-color: rgb(207,196,142); }
td.TdClassName
{
border-color: #CFC48E;
}
.TagClassName
{
border-color: #CFC48E;
}
</style>