Shades of Grenadier #C2543A
Tints of Grenadier #C2543A
RGB
CMYK
RGB Variations
Color information
#C2543A (or 0xC2543A) is known color: Grenadier. HEX triplet: C2, 54 and 3A. RGB value is (194,84,58). Sum of RGB (Red+Green+Blue) = 194+84+58=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2543A is #3DABC5. Grayscale: #727272. Windows color (decimal): -4041670 or 3822786. OLE color: 3822786.
HSL color Cylindrical-coordinate representation of color #C2543A: hue angle of 11.47º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2543A is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 58 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.24 |
| HSL | 11.47º | 0.54% | 0.49% | - |
| HSV(B) | 11.47º | 0.7% | 0.76% | - |
| XYZ | 26.18 | 18.12 | 6.12 | - |
| YUV | 113.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 58 | 0 | 0.57 | 0.70 | 0.24 | 11.47 | 0.54 | 0.49 |
| Hex | C2 | 54 | 3A | 0 | 39 | 46 | 18 | B | 36 | 31 |
| Octal | 302 | 124 | 72 | 0 | 71 | 106 | 30 | 13 | 66 | 61 |
| Binary | 11000010 | 1010100 | 111010 | 0 | 111001 | 1000110 | 11000 | 1011 | 110110 | 110001 |
Color Harmonies of #C2543A
Complementary color
Monochromatic Colors of #C2543A
Black with #C2543A
Text Example
Text Example
White with #C2543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2543A; }
p { color: rgb(194,84,58); }
H1.HeaderClassName
{
color: #C2543A;
}
.AnyTagClassName
{
color: #C2543A;
}
</style>
background-color css
<style>
a { background-color: #C2543A; }
a { background-color: rgb(194,84,58); }
div.DivClassName
{
background-color: #C2543A;
}
.BgClassName
{
background-color: #C2543A;
}
</style>
border-color css
<style>
span { border-color: #C2543A; }
span { border-color: rgb(194,84,58); }
td.TdClassName
{
border-color: #C2543A;
}
.TagClassName
{
border-color: #C2543A;
}
</style>