Shades of Grenadier #C5493D
Tints of Grenadier #C5493D
RGB
CMYK
RGB Variations
Color information
#C5493D (or 0xC5493D) is known color: Grenadier. HEX triplet: C5, 49 and 3D. RGB value is (197,73,61). Sum of RGB (Red+Green+Blue) = 197+73+61=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5493D is #3AB6C2. Grayscale: #6C6C6C. Windows color (decimal): -3847875 or 4016581. OLE color: 4016581.
HSL color Cylindrical-coordinate representation of color #C5493D: hue angle of 5.29º 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 #C5493D is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 61 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.23 |
| HSL | 5.29º | 0.54% | 0.51% | - |
| HSV(B) | 5.29º | 0.69% | 0.77% | - |
| XYZ | 26.25 | 16.97 | 6.31 | - |
| YUV | 108.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 61 | 0 | 0.63 | 0.69 | 0.23 | 5.29 | 0.54 | 0.51 |
| Hex | C5 | 49 | 3D | 0 | 3F | 45 | 17 | 5 | 36 | 33 |
| Octal | 305 | 111 | 75 | 0 | 77 | 105 | 27 | 5 | 66 | 63 |
| Binary | 11000101 | 1001001 | 111101 | 0 | 111111 | 1000101 | 10111 | 101 | 110110 | 110011 |
Color Harmonies of #C5493D
Complementary color
Monochromatic Colors of #C5493D
Black with #C5493D
Text Example
Text Example
White with #C5493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5493D; }
p { color: rgb(197,73,61); }
H1.HeaderClassName
{
color: #C5493D;
}
.AnyTagClassName
{
color: #C5493D;
}
</style>
background-color css
<style>
a { background-color: #C5493D; }
a { background-color: rgb(197,73,61); }
div.DivClassName
{
background-color: #C5493D;
}
.BgClassName
{
background-color: #C5493D;
}
</style>
border-color css
<style>
span { border-color: #C5493D; }
span { border-color: rgb(197,73,61); }
td.TdClassName
{
border-color: #C5493D;
}
.TagClassName
{
border-color: #C5493D;
}
</style>