Shades of Winter Hazel #C7C18E
Tints of Winter Hazel #C7C18E
RGB
CMYK
RGB Variations
Color information
#C7C18E (or 0xC7C18E) is known color: Winter Hazel. HEX triplet: C7, C1 and 8E. RGB value is (199,193,142). Sum of RGB (Red+Green+Blue) = 199+193+142=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C18E is #383E71. Grayscale: #BDBDBD. Windows color (decimal): -3686002 or 9355719. OLE color: 9355719.
HSL color Cylindrical-coordinate representation of color #C7C18E: hue angle of 53.68º 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 #C7C18E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 142 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.22 |
| HSL | 53.68º | 0.34% | 0.67% | - |
| HSV(B) | 53.68º | 0.29% | 0.78% | - |
| XYZ | 47.51 | 52.24 | 33.17 | - |
| YUV | 188.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 142 | 0 | 0.03 | 0.29 | 0.22 | 53.68 | 0.34 | 0.67 |
| Hex | C7 | C1 | 8E | 0 | 3 | 1D | 16 | 36 | 22 | 43 |
| Octal | 307 | 301 | 216 | 0 | 3 | 35 | 26 | 66 | 42 | 103 |
| Binary | 11000111 | 11000001 | 10001110 | 0 | 11 | 11101 | 10110 | 110110 | 100010 | 1000011 |
Color Harmonies of #C7C18E
Complementary color
Monochromatic Colors of #C7C18E
Black with #C7C18E
Text Example
Text Example
White with #C7C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C18E; }
p { color: rgb(199,193,142); }
H1.HeaderClassName
{
color: #C7C18E;
}
.AnyTagClassName
{
color: #C7C18E;
}
</style>
background-color css
<style>
a { background-color: #C7C18E; }
a { background-color: rgb(199,193,142); }
div.DivClassName
{
background-color: #C7C18E;
}
.BgClassName
{
background-color: #C7C18E;
}
</style>
border-color css
<style>
span { border-color: #C7C18E; }
span { border-color: rgb(199,193,142); }
td.TdClassName
{
border-color: #C7C18E;
}
.TagClassName
{
border-color: #C7C18E;
}
</style>