Shades of Winter Hazel #C7C188
Tints of Winter Hazel #C7C188
RGB
CMYK
RGB Variations
Color information
#C7C188 (or 0xC7C188) is known color: Winter Hazel. HEX triplet: C7, C1 and 88. RGB value is (199,193,136). Sum of RGB (Red+Green+Blue) = 199+193+136=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C188 is #383E77. Grayscale: #BCBCBC. Windows color (decimal): -3686008 or 8962503. OLE color: 8962503.
HSL color Cylindrical-coordinate representation of color #C7C188: hue angle of 54.29º 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 #C7C188 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 136 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.22 |
| HSL | 54.29º | 0.36% | 0.66% | - |
| HSV(B) | 54.29º | 0.32% | 0.78% | - |
| XYZ | 47.07 | 52.06 | 30.86 | - |
| YUV | 188.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 136 | 0 | 0.03 | 0.32 | 0.22 | 54.29 | 0.36 | 0.66 |
| Hex | C7 | C1 | 88 | 0 | 3 | 20 | 16 | 36 | 24 | 42 |
| Octal | 307 | 301 | 210 | 0 | 3 | 40 | 26 | 66 | 44 | 102 |
| Binary | 11000111 | 11000001 | 10001000 | 0 | 11 | 100000 | 10110 | 110110 | 100100 | 1000010 |
Color Harmonies of #C7C188
Complementary color
Monochromatic Colors of #C7C188
Black with #C7C188
Text Example
Text Example
White with #C7C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C188; }
p { color: rgb(199,193,136); }
H1.HeaderClassName
{
color: #C7C188;
}
.AnyTagClassName
{
color: #C7C188;
}
</style>
background-color css
<style>
a { background-color: #C7C188; }
a { background-color: rgb(199,193,136); }
div.DivClassName
{
background-color: #C7C188;
}
.BgClassName
{
background-color: #C7C188;
}
</style>
border-color css
<style>
span { border-color: #C7C188; }
span { border-color: rgb(199,193,136); }
td.TdClassName
{
border-color: #C7C188;
}
.TagClassName
{
border-color: #C7C188;
}
</style>