Shades of Grenadier #C5483D
Tints of Grenadier #C5483D
RGB
CMYK
RGB Variations
Color information
#C5483D (or 0xC5483D) is known color: Grenadier. HEX triplet: C5, 48 and 3D. RGB value is (197,72,61). Sum of RGB (Red+Green+Blue) = 197+72+61=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5483D is #3AB7C2. Grayscale: #6C6C6C. Windows color (decimal): -3848131 or 4016325. OLE color: 4016325.
HSL color Cylindrical-coordinate representation of color #C5483D: hue angle of 4.85º 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 #C5483D is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 61 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.23 |
| HSL | 4.85º | 0.54% | 0.51% | - |
| HSV(B) | 4.85º | 0.69% | 0.77% | - |
| XYZ | 26.19 | 16.84 | 6.29 | - |
| YUV | 108.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 61 | 0 | 0.63 | 0.69 | 0.23 | 4.85 | 0.54 | 0.51 |
| Hex | C5 | 48 | 3D | 0 | 3F | 45 | 17 | 5 | 36 | 33 |
| Octal | 305 | 110 | 75 | 0 | 77 | 105 | 27 | 5 | 66 | 63 |
| Binary | 11000101 | 1001000 | 111101 | 0 | 111111 | 1000101 | 10111 | 101 | 110110 | 110011 |
Color Harmonies of #C5483D
Complementary color
Monochromatic Colors of #C5483D
Black with #C5483D
Text Example
Text Example
White with #C5483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5483D; }
p { color: rgb(197,72,61); }
H1.HeaderClassName
{
color: #C5483D;
}
.AnyTagClassName
{
color: #C5483D;
}
</style>
background-color css
<style>
a { background-color: #C5483D; }
a { background-color: rgb(197,72,61); }
div.DivClassName
{
background-color: #C5483D;
}
.BgClassName
{
background-color: #C5483D;
}
</style>
border-color css
<style>
span { border-color: #C5483D; }
span { border-color: rgb(197,72,61); }
td.TdClassName
{
border-color: #C5483D;
}
.TagClassName
{
border-color: #C5483D;
}
</style>