Shades of Grenadier #C4493A
Tints of Grenadier #C4493A
RGB
CMYK
RGB Variations
Color information
#C4493A (or 0xC4493A) is known color: Grenadier. HEX triplet: C4, 49 and 3A. RGB value is (196,73,58). Sum of RGB (Red+Green+Blue) = 196+73+58=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4493A is #3BB6C5. Grayscale: #6C6C6C. Windows color (decimal): -3913414 or 3819972. OLE color: 3819972.
HSL color Cylindrical-coordinate representation of color #C4493A: hue angle of 6.52º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4493A is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 58 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.23 |
| HSL | 6.52º | 0.54% | 0.5% | - |
| HSV(B) | 6.52º | 0.7% | 0.77% | - |
| XYZ | 25.91 | 16.81 | 5.88 | - |
| YUV | 108.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 58 | 0 | 0.63 | 0.70 | 0.23 | 6.52 | 0.54 | 0.5 |
| Hex | C4 | 49 | 3A | 0 | 3F | 46 | 17 | 7 | 36 | 32 |
| Octal | 304 | 111 | 72 | 0 | 77 | 106 | 27 | 7 | 66 | 62 |
| Binary | 11000100 | 1001001 | 111010 | 0 | 111111 | 1000110 | 10111 | 111 | 110110 | 110010 |
Color Harmonies of #C4493A
Complementary color
Monochromatic Colors of #C4493A
Black with #C4493A
Text Example
Text Example
White with #C4493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4493A; }
p { color: rgb(196,73,58); }
H1.HeaderClassName
{
color: #C4493A;
}
.AnyTagClassName
{
color: #C4493A;
}
</style>
background-color css
<style>
a { background-color: #C4493A; }
a { background-color: rgb(196,73,58); }
div.DivClassName
{
background-color: #C4493A;
}
.BgClassName
{
background-color: #C4493A;
}
</style>
border-color css
<style>
span { border-color: #C4493A; }
span { border-color: rgb(196,73,58); }
td.TdClassName
{
border-color: #C4493A;
}
.TagClassName
{
border-color: #C4493A;
}
</style>