Shades of Grenadier #C4543D
Tints of Grenadier #C4543D
RGB
CMYK
RGB Variations
Color information
#C4543D (or 0xC4543D) is known color: Grenadier. HEX triplet: C4, 54 and 3D. RGB value is (196,84,61). Sum of RGB (Red+Green+Blue) = 196+84+61=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4543D is #3BABC2. Grayscale: #737373. Windows color (decimal): -3910595 or 4019396. OLE color: 4019396.
HSL color Cylindrical-coordinate representation of color #C4543D: hue angle of 10.22º 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 #C4543D is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 61 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.23 |
| HSL | 10.22º | 0.53% | 0.5% | - |
| HSV(B) | 10.22º | 0.69% | 0.77% | - |
| XYZ | 26.78 | 18.41 | 6.56 | - |
| YUV | 114.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 61 | 0 | 0.57 | 0.69 | 0.23 | 10.22 | 0.53 | 0.5 |
| Hex | C4 | 54 | 3D | 0 | 39 | 45 | 17 | A | 35 | 32 |
| Octal | 304 | 124 | 75 | 0 | 71 | 105 | 27 | 12 | 65 | 62 |
| Binary | 11000100 | 1010100 | 111101 | 0 | 111001 | 1000101 | 10111 | 1010 | 110101 | 110010 |
Color Harmonies of #C4543D
Complementary color
Monochromatic Colors of #C4543D
Black with #C4543D
Text Example
Text Example
White with #C4543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4543D; }
p { color: rgb(196,84,61); }
H1.HeaderClassName
{
color: #C4543D;
}
.AnyTagClassName
{
color: #C4543D;
}
</style>
background-color css
<style>
a { background-color: #C4543D; }
a { background-color: rgb(196,84,61); }
div.DivClassName
{
background-color: #C4543D;
}
.BgClassName
{
background-color: #C4543D;
}
</style>
border-color css
<style>
span { border-color: #C4543D; }
span { border-color: rgb(196,84,61); }
td.TdClassName
{
border-color: #C4543D;
}
.TagClassName
{
border-color: #C4543D;
}
</style>