Shades of Winter Hazel #CFC882
Tints of Winter Hazel #CFC882
RGB
CMYK
RGB Variations
Color information
#CFC882 (or 0xCFC882) is known color: Winter Hazel. HEX triplet: CF, C8 and 82. RGB value is (207,200,130). Sum of RGB (Red+Green+Blue) = 207+200+130=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC882 is #30377D. Grayscale: #C2C2C2. Windows color (decimal): -3159934 or 8571087. OLE color: 8571087.
HSL color Cylindrical-coordinate representation of color #CFC882: hue angle of 54.55º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFC882 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 130 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.19 |
| HSL | 54.55º | 0.45% | 0.66% | - |
| HSV(B) | 54.55º | 0.37% | 0.81% | - |
| XYZ | 50.42 | 56.19 | 29.31 | - |
| YUV | 194.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 130 | 0 | 0.03 | 0.37 | 0.19 | 54.55 | 0.45 | 0.66 |
| Hex | CF | C8 | 82 | 0 | 3 | 25 | 13 | 37 | 2D | 42 |
| Octal | 317 | 310 | 202 | 0 | 3 | 45 | 23 | 67 | 55 | 102 |
| Binary | 11001111 | 11001000 | 10000010 | 0 | 11 | 100101 | 10011 | 110111 | 101101 | 1000010 |
Color Harmonies of #CFC882
Complementary color
Monochromatic Colors of #CFC882
Black with #CFC882
Text Example
Text Example
White with #CFC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC882; }
p { color: rgb(207,200,130); }
H1.HeaderClassName
{
color: #CFC882;
}
.AnyTagClassName
{
color: #CFC882;
}
</style>
background-color css
<style>
a { background-color: #CFC882; }
a { background-color: rgb(207,200,130); }
div.DivClassName
{
background-color: #CFC882;
}
.BgClassName
{
background-color: #CFC882;
}
</style>
border-color css
<style>
span { border-color: #CFC882; }
span { border-color: rgb(207,200,130); }
td.TdClassName
{
border-color: #CFC882;
}
.TagClassName
{
border-color: #CFC882;
}
</style>