Shades of Winter Hazel #CFC984
Tints of Winter Hazel #CFC984
RGB
CMYK
RGB Variations
Color information
#CFC984 (or 0xCFC984) is known color: Winter Hazel. HEX triplet: CF, C9 and 84. RGB value is (207,201,132). Sum of RGB (Red+Green+Blue) = 207+201+132=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC984 is #30367B. Grayscale: #C3C3C3. Windows color (decimal): -3159676 or 8702415. OLE color: 8702415.
HSL color Cylindrical-coordinate representation of color #CFC984: hue angle of 55.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFC984 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 132 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.19 |
| HSL | 55.2º | 0.44% | 0.66% | - |
| HSV(B) | 55.2º | 0.36% | 0.81% | - |
| XYZ | 50.78 | 56.7 | 30.1 | - |
| YUV | 194.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 132 | 0 | 0.03 | 0.36 | 0.19 | 55.2 | 0.44 | 0.66 |
| Hex | CF | C9 | 84 | 0 | 3 | 24 | 13 | 37 | 2C | 42 |
| Octal | 317 | 311 | 204 | 0 | 3 | 44 | 23 | 67 | 54 | 102 |
| Binary | 11001111 | 11001001 | 10000100 | 0 | 11 | 100100 | 10011 | 110111 | 101100 | 1000010 |
Color Harmonies of #CFC984
Complementary color
Monochromatic Colors of #CFC984
Black with #CFC984
Text Example
Text Example
White with #CFC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC984; }
p { color: rgb(207,201,132); }
H1.HeaderClassName
{
color: #CFC984;
}
.AnyTagClassName
{
color: #CFC984;
}
</style>
background-color css
<style>
a { background-color: #CFC984; }
a { background-color: rgb(207,201,132); }
div.DivClassName
{
background-color: #CFC984;
}
.BgClassName
{
background-color: #CFC984;
}
</style>
border-color css
<style>
span { border-color: #CFC984; }
span { border-color: rgb(207,201,132); }
td.TdClassName
{
border-color: #CFC984;
}
.TagClassName
{
border-color: #CFC984;
}
</style>