Shades of Grenadier #C2493C
Tints of Grenadier #C2493C
RGB
CMYK
RGB Variations
Color information
#C2493C (or 0xC2493C) is known color: Grenadier. HEX triplet: C2, 49 and 3C. RGB value is (194,73,60). Sum of RGB (Red+Green+Blue) = 194+73+60=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2493C is #3DB6C3. Grayscale: #6B6B6B. Windows color (decimal): -4044484 or 3951042. OLE color: 3951042.
HSL color Cylindrical-coordinate representation of color #C2493C: hue angle of 5.82º degrees, saturation: 0.53, 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 #C2493C is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 60 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.24 |
| HSL | 5.82º | 0.53% | 0.5% | - |
| HSV(B) | 5.82º | 0.69% | 0.76% | - |
| XYZ | 25.45 | 16.56 | 6.13 | - |
| YUV | 107.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 60 | 0 | 0.62 | 0.69 | 0.24 | 5.82 | 0.53 | 0.5 |
| Hex | C2 | 49 | 3C | 0 | 3E | 45 | 18 | 6 | 35 | 32 |
| Octal | 302 | 111 | 74 | 0 | 76 | 105 | 30 | 6 | 65 | 62 |
| Binary | 11000010 | 1001001 | 111100 | 0 | 111110 | 1000101 | 11000 | 110 | 110101 | 110010 |
Color Harmonies of #C2493C
Complementary color
Monochromatic Colors of #C2493C
Black with #C2493C
Text Example
Text Example
White with #C2493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2493C; }
p { color: rgb(194,73,60); }
H1.HeaderClassName
{
color: #C2493C;
}
.AnyTagClassName
{
color: #C2493C;
}
</style>
background-color css
<style>
a { background-color: #C2493C; }
a { background-color: rgb(194,73,60); }
div.DivClassName
{
background-color: #C2493C;
}
.BgClassName
{
background-color: #C2493C;
}
</style>
border-color css
<style>
span { border-color: #C2493C; }
span { border-color: rgb(194,73,60); }
td.TdClassName
{
border-color: #C2493C;
}
.TagClassName
{
border-color: #C2493C;
}
</style>