Shades of Winter Hazel #C7C288
Tints of Winter Hazel #C7C288
RGB
CMYK
RGB Variations
Color information
#C7C288 (or 0xC7C288) is known color: Winter Hazel. HEX triplet: C7, C2 and 88. RGB value is (199,194,136). Sum of RGB (Red+Green+Blue) = 199+194+136=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C288 is #383D77. Grayscale: #BDBDBD. Windows color (decimal): -3685752 or 8962759. OLE color: 8962759.
HSL color Cylindrical-coordinate representation of color #C7C288: hue angle of 55.24º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7C288 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 136 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.22 |
| HSL | 55.24º | 0.36% | 0.66% | - |
| HSV(B) | 55.24º | 0.32% | 0.78% | - |
| XYZ | 47.29 | 52.5 | 30.93 | - |
| YUV | 188.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 136 | 0 | 0.03 | 0.32 | 0.22 | 55.24 | 0.36 | 0.66 |
| Hex | C7 | C2 | 88 | 0 | 3 | 20 | 16 | 37 | 24 | 42 |
| Octal | 307 | 302 | 210 | 0 | 3 | 40 | 26 | 67 | 44 | 102 |
| Binary | 11000111 | 11000010 | 10001000 | 0 | 11 | 100000 | 10110 | 110111 | 100100 | 1000010 |
Color Harmonies of #C7C288
Complementary color
Monochromatic Colors of #C7C288
Black with #C7C288
Text Example
Text Example
White with #C7C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C288; }
p { color: rgb(199,194,136); }
H1.HeaderClassName
{
color: #C7C288;
}
.AnyTagClassName
{
color: #C7C288;
}
</style>
background-color css
<style>
a { background-color: #C7C288; }
a { background-color: rgb(199,194,136); }
div.DivClassName
{
background-color: #C7C288;
}
.BgClassName
{
background-color: #C7C288;
}
</style>
border-color css
<style>
span { border-color: #C7C288; }
span { border-color: rgb(199,194,136); }
td.TdClassName
{
border-color: #C7C288;
}
.TagClassName
{
border-color: #C7C288;
}
</style>