Shades of Winter Hazel #CFC884
Tints of Winter Hazel #CFC884
RGB
CMYK
RGB Variations
Color information
#CFC884 (or 0xCFC884) is known color: Winter Hazel. HEX triplet: CF, C8 and 84. RGB value is (207,200,132). Sum of RGB (Red+Green+Blue) = 207+200+132=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC884 is #30377B. Grayscale: #C2C2C2. Windows color (decimal): -3159932 or 8702159. OLE color: 8702159.
HSL color Cylindrical-coordinate representation of color #CFC884: hue angle of 54.4º 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 #CFC884 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 132 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.19 |
| HSL | 54.4º | 0.44% | 0.66% | - |
| HSV(B) | 54.4º | 0.36% | 0.81% | - |
| XYZ | 50.55 | 56.24 | 30.02 | - |
| YUV | 194.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 132 | 0 | 0.03 | 0.36 | 0.19 | 54.4 | 0.44 | 0.66 |
| Hex | CF | C8 | 84 | 0 | 3 | 24 | 13 | 36 | 2C | 42 |
| Octal | 317 | 310 | 204 | 0 | 3 | 44 | 23 | 66 | 54 | 102 |
| Binary | 11001111 | 11001000 | 10000100 | 0 | 11 | 100100 | 10011 | 110110 | 101100 | 1000010 |
Color Harmonies of #CFC884
Complementary color
Monochromatic Colors of #CFC884
Black with #CFC884
Text Example
Text Example
White with #CFC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC884; }
p { color: rgb(207,200,132); }
H1.HeaderClassName
{
color: #CFC884;
}
.AnyTagClassName
{
color: #CFC884;
}
</style>
background-color css
<style>
a { background-color: #CFC884; }
a { background-color: rgb(207,200,132); }
div.DivClassName
{
background-color: #CFC884;
}
.BgClassName
{
background-color: #CFC884;
}
</style>
border-color css
<style>
span { border-color: #CFC884; }
span { border-color: rgb(207,200,132); }
td.TdClassName
{
border-color: #CFC884;
}
.TagClassName
{
border-color: #CFC884;
}
</style>