Shades of Winter Hazel #C7C08C
Tints of Winter Hazel #C7C08C
RGB
CMYK
RGB Variations
Color information
#C7C08C (or 0xC7C08C) is known color: Winter Hazel. HEX triplet: C7, C0 and 8C. RGB value is (199,192,140). Sum of RGB (Red+Green+Blue) = 199+192+140=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C08C is #383F73. Grayscale: #BCBCBC. Windows color (decimal): -3686260 or 9224391. OLE color: 9224391.
HSL color Cylindrical-coordinate representation of color #C7C08C: hue angle of 52.88º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7C08C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 140 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.22 |
| HSL | 52.88º | 0.35% | 0.66% | - |
| HSV(B) | 52.88º | 0.3% | 0.78% | - |
| XYZ | 47.14 | 51.73 | 32.31 | - |
| YUV | 188.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 140 | 0 | 0.04 | 0.30 | 0.22 | 52.88 | 0.35 | 0.66 |
| Hex | C7 | C0 | 8C | 0 | 4 | 1E | 16 | 35 | 23 | 42 |
| Octal | 307 | 300 | 214 | 0 | 4 | 36 | 26 | 65 | 43 | 102 |
| Binary | 11000111 | 11000000 | 10001100 | 0 | 100 | 11110 | 10110 | 110101 | 100011 | 1000010 |
Color Harmonies of #C7C08C
Complementary color
Monochromatic Colors of #C7C08C
Black with #C7C08C
Text Example
Text Example
White with #C7C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C08C; }
p { color: rgb(199,192,140); }
H1.HeaderClassName
{
color: #C7C08C;
}
.AnyTagClassName
{
color: #C7C08C;
}
</style>
background-color css
<style>
a { background-color: #C7C08C; }
a { background-color: rgb(199,192,140); }
div.DivClassName
{
background-color: #C7C08C;
}
.BgClassName
{
background-color: #C7C08C;
}
</style>
border-color css
<style>
span { border-color: #C7C08C; }
span { border-color: rgb(199,192,140); }
td.TdClassName
{
border-color: #C7C08C;
}
.TagClassName
{
border-color: #C7C08C;
}
</style>