Shades of Winter Hazel #CFC98D
Tints of Winter Hazel #CFC98D
RGB
CMYK
RGB Variations
Color information
#CFC98D (or 0xCFC98D) is known color: Winter Hazel. HEX triplet: CF, C9 and 8D. RGB value is (207,201,141). Sum of RGB (Red+Green+Blue) = 207+201+141=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC98D is #303672. Grayscale: #C4C4C4. Windows color (decimal): -3159667 or 9292239. OLE color: 9292239.
HSL color Cylindrical-coordinate representation of color #CFC98D: hue angle of 54.55º 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 #CFC98D is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 141 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.19 |
| HSL | 54.55º | 0.41% | 0.68% | - |
| HSV(B) | 54.55º | 0.32% | 0.81% | - |
| XYZ | 51.43 | 56.96 | 33.48 | - |
| YUV | 195.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 141 | 0 | 0.03 | 0.32 | 0.19 | 54.55 | 0.41 | 0.68 |
| Hex | CF | C9 | 8D | 0 | 3 | 20 | 13 | 37 | 29 | 44 |
| Octal | 317 | 311 | 215 | 0 | 3 | 40 | 23 | 67 | 51 | 104 |
| Binary | 11001111 | 11001001 | 10001101 | 0 | 11 | 100000 | 10011 | 110111 | 101001 | 1000100 |
Color Harmonies of #CFC98D
Complementary color
Monochromatic Colors of #CFC98D
Black with #CFC98D
Text Example
Text Example
White with #CFC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC98D; }
p { color: rgb(207,201,141); }
H1.HeaderClassName
{
color: #CFC98D;
}
.AnyTagClassName
{
color: #CFC98D;
}
</style>
background-color css
<style>
a { background-color: #CFC98D; }
a { background-color: rgb(207,201,141); }
div.DivClassName
{
background-color: #CFC98D;
}
.BgClassName
{
background-color: #CFC98D;
}
</style>
border-color css
<style>
span { border-color: #CFC98D; }
span { border-color: rgb(207,201,141); }
td.TdClassName
{
border-color: #CFC98D;
}
.TagClassName
{
border-color: #CFC98D;
}
</style>