Shades of Grenadier #C3543D
Tints of Grenadier #C3543D
RGB
CMYK
RGB Variations
Color information
#C3543D (or 0xC3543D) is known color: Grenadier. HEX triplet: C3, 54 and 3D. RGB value is (195,84,61). Sum of RGB (Red+Green+Blue) = 195+84+61=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3543D is #3CABC2. Grayscale: #727272. Windows color (decimal): -3976131 or 4019395. OLE color: 4019395.
HSL color Cylindrical-coordinate representation of color #C3543D: hue angle of 10.3º 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 #C3543D is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 61 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.24 |
| HSL | 10.3º | 0.53% | 0.5% | - |
| HSV(B) | 10.3º | 0.69% | 0.76% | - |
| XYZ | 26.52 | 18.28 | 6.55 | - |
| YUV | 114.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 61 | 0 | 0.57 | 0.69 | 0.24 | 10.3 | 0.53 | 0.5 |
| Hex | C3 | 54 | 3D | 0 | 39 | 45 | 18 | A | 35 | 32 |
| Octal | 303 | 124 | 75 | 0 | 71 | 105 | 30 | 12 | 65 | 62 |
| Binary | 11000011 | 1010100 | 111101 | 0 | 111001 | 1000101 | 11000 | 1010 | 110101 | 110010 |
Color Harmonies of #C3543D
Complementary color
Monochromatic Colors of #C3543D
Black with #C3543D
Text Example
Text Example
White with #C3543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3543D; }
p { color: rgb(195,84,61); }
H1.HeaderClassName
{
color: #C3543D;
}
.AnyTagClassName
{
color: #C3543D;
}
</style>
background-color css
<style>
a { background-color: #C3543D; }
a { background-color: rgb(195,84,61); }
div.DivClassName
{
background-color: #C3543D;
}
.BgClassName
{
background-color: #C3543D;
}
</style>
border-color css
<style>
span { border-color: #C3543D; }
span { border-color: rgb(195,84,61); }
td.TdClassName
{
border-color: #C3543D;
}
.TagClassName
{
border-color: #C3543D;
}
</style>