Shades of Grenadier #C7493C
Tints of Grenadier #C7493C
RGB
CMYK
RGB Variations
Color information
#C7493C (or 0xC7493C) is known color: Grenadier. HEX triplet: C7, 49 and 3C. RGB value is (199,73,60). Sum of RGB (Red+Green+Blue) = 199+73+60=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7493C is #38B6C3. Grayscale: #6D6D6D. Windows color (decimal): -3716804 or 3951047. OLE color: 3951047.
HSL color Cylindrical-coordinate representation of color #C7493C: hue angle of 5.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7493C is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 60 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.22 |
| HSL | 5.61º | 0.55% | 0.51% | - |
| HSV(B) | 5.61º | 0.7% | 0.78% | - |
| XYZ | 26.75 | 17.23 | 6.19 | - |
| YUV | 109.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 60 | 0 | 0.63 | 0.70 | 0.22 | 5.61 | 0.55 | 0.51 |
| Hex | C7 | 49 | 3C | 0 | 3F | 46 | 16 | 6 | 37 | 33 |
| Octal | 307 | 111 | 74 | 0 | 77 | 106 | 26 | 6 | 67 | 63 |
| Binary | 11000111 | 1001001 | 111100 | 0 | 111111 | 1000110 | 10110 | 110 | 110111 | 110011 |
Color Harmonies of #C7493C
Complementary color
Monochromatic Colors of #C7493C
Black with #C7493C
Text Example
Text Example
White with #C7493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7493C; }
p { color: rgb(199,73,60); }
H1.HeaderClassName
{
color: #C7493C;
}
.AnyTagClassName
{
color: #C7493C;
}
</style>
background-color css
<style>
a { background-color: #C7493C; }
a { background-color: rgb(199,73,60); }
div.DivClassName
{
background-color: #C7493C;
}
.BgClassName
{
background-color: #C7493C;
}
</style>
border-color css
<style>
span { border-color: #C7493C; }
span { border-color: rgb(199,73,60); }
td.TdClassName
{
border-color: #C7493C;
}
.TagClassName
{
border-color: #C7493C;
}
</style>