Shades of Grenadier #C2543F
Tints of Grenadier #C2543F
RGB
CMYK
RGB Variations
Color information
#C2543F (or 0xC2543F) is known color: Grenadier. HEX triplet: C2, 54 and 3F. RGB value is (194,84,63). Sum of RGB (Red+Green+Blue) = 194+84+63=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2543F is #3DABC0. Grayscale: #727272. Windows color (decimal): -4041665 or 4150466. OLE color: 4150466.
HSL color Cylindrical-coordinate representation of color #C2543F: hue angle of 9.62º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2543F is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 63 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.24 |
| HSL | 9.62º | 0.52% | 0.5% | - |
| HSV(B) | 9.62º | 0.68% | 0.76% | - |
| XYZ | 26.32 | 18.17 | 6.82 | - |
| YUV | 114.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 63 | 0 | 0.57 | 0.68 | 0.24 | 9.62 | 0.52 | 0.5 |
| Hex | C2 | 54 | 3F | 0 | 39 | 44 | 18 | A | 34 | 32 |
| Octal | 302 | 124 | 77 | 0 | 71 | 104 | 30 | 12 | 64 | 62 |
| Binary | 11000010 | 1010100 | 111111 | 0 | 111001 | 1000100 | 11000 | 1010 | 110100 | 110010 |
Color Harmonies of #C2543F
Complementary color
Monochromatic Colors of #C2543F
Black with #C2543F
Text Example
Text Example
White with #C2543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2543F; }
p { color: rgb(194,84,63); }
H1.HeaderClassName
{
color: #C2543F;
}
.AnyTagClassName
{
color: #C2543F;
}
</style>
background-color css
<style>
a { background-color: #C2543F; }
a { background-color: rgb(194,84,63); }
div.DivClassName
{
background-color: #C2543F;
}
.BgClassName
{
background-color: #C2543F;
}
</style>
border-color css
<style>
span { border-color: #C2543F; }
span { border-color: rgb(194,84,63); }
td.TdClassName
{
border-color: #C2543F;
}
.TagClassName
{
border-color: #C2543F;
}
</style>