Shades of Winter Hazel #C7C28D
Tints of Winter Hazel #C7C28D
RGB
CMYK
RGB Variations
Color information
#C7C28D (or 0xC7C28D) is known color: Winter Hazel. HEX triplet: C7, C2 and 8D. RGB value is (199,194,141). Sum of RGB (Red+Green+Blue) = 199+194+141=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C28D is #383D72. Grayscale: #BDBDBD. Windows color (decimal): -3685747 or 9290439. OLE color: 9290439.
HSL color Cylindrical-coordinate representation of color #C7C28D: hue angle of 54.83º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7C28D is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 141 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.22 |
| HSL | 54.83º | 0.34% | 0.67% | - |
| HSV(B) | 54.83º | 0.29% | 0.78% | - |
| XYZ | 47.65 | 52.65 | 32.85 | - |
| YUV | 189.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 141 | 0 | 0.03 | 0.29 | 0.22 | 54.83 | 0.34 | 0.67 |
| Hex | C7 | C2 | 8D | 0 | 3 | 1D | 16 | 37 | 22 | 43 |
| Octal | 307 | 302 | 215 | 0 | 3 | 35 | 26 | 67 | 42 | 103 |
| Binary | 11000111 | 11000010 | 10001101 | 0 | 11 | 11101 | 10110 | 110111 | 100010 | 1000011 |
Color Harmonies of #C7C28D
Complementary color
Monochromatic Colors of #C7C28D
Black with #C7C28D
Text Example
Text Example
White with #C7C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C28D; }
p { color: rgb(199,194,141); }
H1.HeaderClassName
{
color: #C7C28D;
}
.AnyTagClassName
{
color: #C7C28D;
}
</style>
background-color css
<style>
a { background-color: #C7C28D; }
a { background-color: rgb(199,194,141); }
div.DivClassName
{
background-color: #C7C28D;
}
.BgClassName
{
background-color: #C7C28D;
}
</style>
border-color css
<style>
span { border-color: #C7C28D; }
span { border-color: rgb(199,194,141); }
td.TdClassName
{
border-color: #C7C28D;
}
.TagClassName
{
border-color: #C7C28D;
}
</style>