Shades of Grenadier #C7493D
Tints of Grenadier #C7493D
RGB
CMYK
RGB Variations
Color information
#C7493D (or 0xC7493D) is known color: Grenadier. HEX triplet: C7, 49 and 3D. RGB value is (199,73,61). Sum of RGB (Red+Green+Blue) = 199+73+61=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C7493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7493D is #38B6C2. Grayscale: #6D6D6D. Windows color (decimal): -3716803 or 4016583. OLE color: 4016583.
HSL color Cylindrical-coordinate representation of color #C7493D: hue angle of 5.22º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7493D is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 61 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.22 |
| HSL | 5.22º | 0.55% | 0.51% | - |
| HSV(B) | 5.22º | 0.69% | 0.78% | - |
| XYZ | 26.78 | 17.24 | 6.33 | - |
| YUV | 109.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 61 | 0 | 0.63 | 0.69 | 0.22 | 5.22 | 0.55 | 0.51 |
| Hex | C7 | 49 | 3D | 0 | 3F | 45 | 16 | 5 | 37 | 33 |
| Octal | 307 | 111 | 75 | 0 | 77 | 105 | 26 | 5 | 67 | 63 |
| Binary | 11000111 | 1001001 | 111101 | 0 | 111111 | 1000101 | 10110 | 101 | 110111 | 110011 |
Color Harmonies of #C7493D
Complementary color
Monochromatic Colors of #C7493D
Black with #C7493D
Text Example
Text Example
White with #C7493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7493D; }
p { color: rgb(199,73,61); }
H1.HeaderClassName
{
color: #C7493D;
}
.AnyTagClassName
{
color: #C7493D;
}
</style>
background-color css
<style>
a { background-color: #C7493D; }
a { background-color: rgb(199,73,61); }
div.DivClassName
{
background-color: #C7493D;
}
.BgClassName
{
background-color: #C7493D;
}
</style>
border-color css
<style>
span { border-color: #C7493D; }
span { border-color: rgb(199,73,61); }
td.TdClassName
{
border-color: #C7493D;
}
.TagClassName
{
border-color: #C7493D;
}
</style>