Shades of Winter Hazel #CFC98E
Tints of Winter Hazel #CFC98E
RGB
CMYK
RGB Variations
Color information
#CFC98E (or 0xCFC98E) is known color: Winter Hazel. HEX triplet: CF, C9 and 8E. RGB value is (207,201,142). Sum of RGB (Red+Green+Blue) = 207+201+142=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC98E is #303671. Grayscale: #C4C4C4. Windows color (decimal): -3159666 or 9357775. OLE color: 9357775.
HSL color Cylindrical-coordinate representation of color #CFC98E: hue angle of 54.46º 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 #CFC98E is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 142 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.19 |
| HSL | 54.46º | 0.4% | 0.68% | - |
| HSV(B) | 54.46º | 0.31% | 0.81% | - |
| XYZ | 51.5 | 56.99 | 33.88 | - |
| YUV | 196.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 142 | 0 | 0.03 | 0.31 | 0.19 | 54.46 | 0.4 | 0.68 |
| Hex | CF | C9 | 8E | 0 | 3 | 1F | 13 | 36 | 28 | 44 |
| Octal | 317 | 311 | 216 | 0 | 3 | 37 | 23 | 66 | 50 | 104 |
| Binary | 11001111 | 11001001 | 10001110 | 0 | 11 | 11111 | 10011 | 110110 | 101000 | 1000100 |
Color Harmonies of #CFC98E
Complementary color
Monochromatic Colors of #CFC98E
Black with #CFC98E
Text Example
Text Example
White with #CFC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC98E; }
p { color: rgb(207,201,142); }
H1.HeaderClassName
{
color: #CFC98E;
}
.AnyTagClassName
{
color: #CFC98E;
}
</style>
background-color css
<style>
a { background-color: #CFC98E; }
a { background-color: rgb(207,201,142); }
div.DivClassName
{
background-color: #CFC98E;
}
.BgClassName
{
background-color: #CFC98E;
}
</style>
border-color css
<style>
span { border-color: #CFC98E; }
span { border-color: rgb(207,201,142); }
td.TdClassName
{
border-color: #CFC98E;
}
.TagClassName
{
border-color: #CFC98E;
}
</style>