Shades of Winter Hazel #C7C28C
Tints of Winter Hazel #C7C28C
RGB
CMYK
RGB Variations
Color information
#C7C28C (or 0xC7C28C) is known color: Winter Hazel. HEX triplet: C7, C2 and 8C. RGB value is (199,194,140). Sum of RGB (Red+Green+Blue) = 199+194+140=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C28C is #383D73. Grayscale: #BDBDBD. Windows color (decimal): -3685748 or 9224903. OLE color: 9224903.
HSL color Cylindrical-coordinate representation of color #C7C28C: hue angle of 54.92º 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 #C7C28C is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 140 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.22 |
| HSL | 54.92º | 0.35% | 0.66% | - |
| HSV(B) | 54.92º | 0.3% | 0.78% | - |
| XYZ | 47.58 | 52.62 | 32.46 | - |
| YUV | 189.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 140 | 0 | 0.03 | 0.30 | 0.22 | 54.92 | 0.35 | 0.66 |
| Hex | C7 | C2 | 8C | 0 | 3 | 1E | 16 | 37 | 23 | 42 |
| Octal | 307 | 302 | 214 | 0 | 3 | 36 | 26 | 67 | 43 | 102 |
| Binary | 11000111 | 11000010 | 10001100 | 0 | 11 | 11110 | 10110 | 110111 | 100011 | 1000010 |
Color Harmonies of #C7C28C
Complementary color
Monochromatic Colors of #C7C28C
Black with #C7C28C
Text Example
Text Example
White with #C7C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C28C; }
p { color: rgb(199,194,140); }
H1.HeaderClassName
{
color: #C7C28C;
}
.AnyTagClassName
{
color: #C7C28C;
}
</style>
background-color css
<style>
a { background-color: #C7C28C; }
a { background-color: rgb(199,194,140); }
div.DivClassName
{
background-color: #C7C28C;
}
.BgClassName
{
background-color: #C7C28C;
}
</style>
border-color css
<style>
span { border-color: #C7C28C; }
span { border-color: rgb(199,194,140); }
td.TdClassName
{
border-color: #C7C28C;
}
.TagClassName
{
border-color: #C7C28C;
}
</style>