Shades of Grenadier #C5493E
Tints of Grenadier #C5493E
RGB
CMYK
RGB Variations
Color information
#C5493E (or 0xC5493E) is known color: Grenadier. HEX triplet: C5, 49 and 3E. RGB value is (197,73,62). Sum of RGB (Red+Green+Blue) = 197+73+62=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C5493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5493E is #3AB6C1. Grayscale: #6C6C6C. Windows color (decimal): -3847874 or 4082117. OLE color: 4082117.
HSL color Cylindrical-coordinate representation of color #C5493E: hue angle of 4.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5493E is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 62 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.23 |
| HSL | 4.89º | 0.54% | 0.51% | - |
| HSV(B) | 4.89º | 0.69% | 0.77% | - |
| XYZ | 26.28 | 16.98 | 6.45 | - |
| YUV | 108.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 62 | 0 | 0.63 | 0.69 | 0.23 | 4.89 | 0.54 | 0.51 |
| Hex | C5 | 49 | 3E | 0 | 3F | 45 | 17 | 5 | 36 | 33 |
| Octal | 305 | 111 | 76 | 0 | 77 | 105 | 27 | 5 | 66 | 63 |
| Binary | 11000101 | 1001001 | 111110 | 0 | 111111 | 1000101 | 10111 | 101 | 110110 | 110011 |
Color Harmonies of #C5493E
Complementary color
Monochromatic Colors of #C5493E
Black with #C5493E
Text Example
Text Example
White with #C5493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5493E; }
p { color: rgb(197,73,62); }
H1.HeaderClassName
{
color: #C5493E;
}
.AnyTagClassName
{
color: #C5493E;
}
</style>
background-color css
<style>
a { background-color: #C5493E; }
a { background-color: rgb(197,73,62); }
div.DivClassName
{
background-color: #C5493E;
}
.BgClassName
{
background-color: #C5493E;
}
</style>
border-color css
<style>
span { border-color: #C5493E; }
span { border-color: rgb(197,73,62); }
td.TdClassName
{
border-color: #C5493E;
}
.TagClassName
{
border-color: #C5493E;
}
</style>