Shades of Grenadier #C2493D
Tints of Grenadier #C2493D
RGB
CMYK
RGB Variations
Color information
#C2493D (or 0xC2493D) is known color: Grenadier. HEX triplet: C2, 49 and 3D. RGB value is (194,73,61). Sum of RGB (Red+Green+Blue) = 194+73+61=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C2493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2493D is #3DB6C2. Grayscale: #6B6B6B. Windows color (decimal): -4044483 or 4016578. OLE color: 4016578.
HSL color Cylindrical-coordinate representation of color #C2493D: hue angle of 5.41º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2493D is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 61 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.24 |
| HSL | 5.41º | 0.52% | 0.5% | - |
| HSV(B) | 5.41º | 0.69% | 0.76% | - |
| XYZ | 25.47 | 16.57 | 6.27 | - |
| YUV | 107.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 61 | 0 | 0.62 | 0.69 | 0.24 | 5.41 | 0.52 | 0.5 |
| Hex | C2 | 49 | 3D | 0 | 3E | 45 | 18 | 5 | 34 | 32 |
| Octal | 302 | 111 | 75 | 0 | 76 | 105 | 30 | 5 | 64 | 62 |
| Binary | 11000010 | 1001001 | 111101 | 0 | 111110 | 1000101 | 11000 | 101 | 110100 | 110010 |
Color Harmonies of #C2493D
Complementary color
Monochromatic Colors of #C2493D
Black with #C2493D
Text Example
Text Example
White with #C2493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2493D; }
p { color: rgb(194,73,61); }
H1.HeaderClassName
{
color: #C2493D;
}
.AnyTagClassName
{
color: #C2493D;
}
</style>
background-color css
<style>
a { background-color: #C2493D; }
a { background-color: rgb(194,73,61); }
div.DivClassName
{
background-color: #C2493D;
}
.BgClassName
{
background-color: #C2493D;
}
</style>
border-color css
<style>
span { border-color: #C2493D; }
span { border-color: rgb(194,73,61); }
td.TdClassName
{
border-color: #C2493D;
}
.TagClassName
{
border-color: #C2493D;
}
</style>