Shades of Winter Hazel #CFC28E
Tints of Winter Hazel #CFC28E
RGB
CMYK
RGB Variations
Color information
#CFC28E (or 0xCFC28E) is known color: Winter Hazel. HEX triplet: CF, C2 and 8E. RGB value is (207,194,142). Sum of RGB (Red+Green+Blue) = 207+194+142=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC28E is #303D71. Grayscale: #C0C0C0. Windows color (decimal): -3161458 or 9355983. OLE color: 9355983.
HSL color Cylindrical-coordinate representation of color #CFC28E: hue angle of 48º 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 #CFC28E is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 142 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.19 |
| HSL | 48º | 0.4% | 0.68% | - |
| HSV(B) | 48º | 0.31% | 0.81% | - |
| XYZ | 49.91 | 53.8 | 33.35 | - |
| YUV | 191.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 142 | 0 | 0.06 | 0.31 | 0.19 | 48 | 0.4 | 0.68 |
| Hex | CF | C2 | 8E | 0 | 6 | 1F | 13 | 30 | 28 | 44 |
| Octal | 317 | 302 | 216 | 0 | 6 | 37 | 23 | 60 | 50 | 104 |
| Binary | 11001111 | 11000010 | 10001110 | 0 | 110 | 11111 | 10011 | 110000 | 101000 | 1000100 |
Color Harmonies of #CFC28E
Complementary color
Monochromatic Colors of #CFC28E
Black with #CFC28E
Text Example
Text Example
White with #CFC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC28E; }
p { color: rgb(207,194,142); }
H1.HeaderClassName
{
color: #CFC28E;
}
.AnyTagClassName
{
color: #CFC28E;
}
</style>
background-color css
<style>
a { background-color: #CFC28E; }
a { background-color: rgb(207,194,142); }
div.DivClassName
{
background-color: #CFC28E;
}
.BgClassName
{
background-color: #CFC28E;
}
</style>
border-color css
<style>
span { border-color: #CFC28E; }
span { border-color: rgb(207,194,142); }
td.TdClassName
{
border-color: #CFC28E;
}
.TagClassName
{
border-color: #CFC28E;
}
</style>