Shades of Winter Hazel #C7C087
Tints of Winter Hazel #C7C087
RGB
CMYK
RGB Variations
Color information
#C7C087 (or 0xC7C087) is known color: Winter Hazel. HEX triplet: C7, C0 and 87. RGB value is (199,192,135). Sum of RGB (Red+Green+Blue) = 199+192+135=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C087 is #383F78. Grayscale: #BBBBBB. Windows color (decimal): -3686265 or 8896711. OLE color: 8896711.
HSL color Cylindrical-coordinate representation of color #C7C087: hue angle of 53.44º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7C087 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 135 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.22 |
| HSL | 53.44º | 0.36% | 0.65% | - |
| HSV(B) | 53.44º | 0.32% | 0.78% | - |
| XYZ | 46.78 | 51.59 | 30.41 | - |
| YUV | 187.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 135 | 0 | 0.04 | 0.32 | 0.22 | 53.44 | 0.36 | 0.65 |
| Hex | C7 | C0 | 87 | 0 | 4 | 20 | 16 | 35 | 24 | 41 |
| Octal | 307 | 300 | 207 | 0 | 4 | 40 | 26 | 65 | 44 | 101 |
| Binary | 11000111 | 11000000 | 10000111 | 0 | 100 | 100000 | 10110 | 110101 | 100100 | 1000001 |
Color Harmonies of #C7C087
Complementary color
Monochromatic Colors of #C7C087
Black with #C7C087
Text Example
Text Example
White with #C7C087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C087; }
p { color: rgb(199,192,135); }
H1.HeaderClassName
{
color: #C7C087;
}
.AnyTagClassName
{
color: #C7C087;
}
</style>
background-color css
<style>
a { background-color: #C7C087; }
a { background-color: rgb(199,192,135); }
div.DivClassName
{
background-color: #C7C087;
}
.BgClassName
{
background-color: #C7C087;
}
</style>
border-color css
<style>
span { border-color: #C7C087; }
span { border-color: rgb(199,192,135); }
td.TdClassName
{
border-color: #C7C087;
}
.TagClassName
{
border-color: #C7C087;
}
</style>