Shades of Grenadier #C7493F
Tints of Grenadier #C7493F
RGB
CMYK
RGB Variations
Color information
#C7493F (or 0xC7493F) is known color: Grenadier. HEX triplet: C7, 49 and 3F. RGB value is (199,73,63). Sum of RGB (Red+Green+Blue) = 199+73+63=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C7493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7493F is #38B6C0. Grayscale: #6D6D6D. Windows color (decimal): -3716801 or 4147655. OLE color: 4147655.
HSL color Cylindrical-coordinate representation of color #C7493F: hue angle of 4.41º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7493F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 63 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.22 |
| HSL | 4.41º | 0.55% | 0.51% | - |
| HSV(B) | 4.41º | 0.68% | 0.78% | - |
| XYZ | 26.83 | 17.27 | 6.62 | - |
| YUV | 109.53 | 101.74 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 63 | 0 | 0.63 | 0.68 | 0.22 | 4.41 | 0.55 | 0.51 |
| Hex | C7 | 49 | 3F | 0 | 3F | 44 | 16 | 4 | 37 | 33 |
| Octal | 307 | 111 | 77 | 0 | 77 | 104 | 26 | 4 | 67 | 63 |
| Binary | 11000111 | 1001001 | 111111 | 0 | 111111 | 1000100 | 10110 | 100 | 110111 | 110011 |
Color Harmonies of #C7493F
Complementary color
Monochromatic Colors of #C7493F
Black with #C7493F
Text Example
Text Example
White with #C7493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7493F; }
p { color: rgb(199,73,63); }
H1.HeaderClassName
{
color: #C7493F;
}
.AnyTagClassName
{
color: #C7493F;
}
</style>
background-color css
<style>
a { background-color: #C7493F; }
a { background-color: rgb(199,73,63); }
div.DivClassName
{
background-color: #C7493F;
}
.BgClassName
{
background-color: #C7493F;
}
</style>
border-color css
<style>
span { border-color: #C7493F; }
span { border-color: rgb(199,73,63); }
td.TdClassName
{
border-color: #C7493F;
}
.TagClassName
{
border-color: #C7493F;
}
</style>