Shades of Grenadier #C4493D
Tints of Grenadier #C4493D
RGB
CMYK
RGB Variations
Color information
#C4493D (or 0xC4493D) is known color: Grenadier. HEX triplet: C4, 49 and 3D. RGB value is (196,73,61). Sum of RGB (Red+Green+Blue) = 196+73+61=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4493D is #3BB6C2. Grayscale: #6C6C6C. Windows color (decimal): -3913411 or 4016580. OLE color: 4016580.
HSL color Cylindrical-coordinate representation of color #C4493D: hue angle of 5.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4493D is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 61 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.23 |
| HSL | 5.33º | 0.53% | 0.5% | - |
| HSV(B) | 5.33º | 0.69% | 0.77% | - |
| XYZ | 25.99 | 16.84 | 6.3 | - |
| YUV | 108.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 61 | 0 | 0.63 | 0.69 | 0.23 | 5.33 | 0.53 | 0.5 |
| Hex | C4 | 49 | 3D | 0 | 3F | 45 | 17 | 5 | 35 | 32 |
| Octal | 304 | 111 | 75 | 0 | 77 | 105 | 27 | 5 | 65 | 62 |
| Binary | 11000100 | 1001001 | 111101 | 0 | 111111 | 1000101 | 10111 | 101 | 110101 | 110010 |
Color Harmonies of #C4493D
Complementary color
Monochromatic Colors of #C4493D
Black with #C4493D
Text Example
Text Example
White with #C4493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4493D; }
p { color: rgb(196,73,61); }
H1.HeaderClassName
{
color: #C4493D;
}
.AnyTagClassName
{
color: #C4493D;
}
</style>
background-color css
<style>
a { background-color: #C4493D; }
a { background-color: rgb(196,73,61); }
div.DivClassName
{
background-color: #C4493D;
}
.BgClassName
{
background-color: #C4493D;
}
</style>
border-color css
<style>
span { border-color: #C4493D; }
span { border-color: rgb(196,73,61); }
td.TdClassName
{
border-color: #C4493D;
}
.TagClassName
{
border-color: #C4493D;
}
</style>