Shades of Grenadier #C3543E
Tints of Grenadier #C3543E
RGB
CMYK
RGB Variations
Color information
#C3543E (or 0xC3543E) is known color: Grenadier. HEX triplet: C3, 54 and 3E. RGB value is (195,84,62). Sum of RGB (Red+Green+Blue) = 195+84+62=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3543E is #3CABC1. Grayscale: #727272. Windows color (decimal): -3976130 or 4084931. OLE color: 4084931.
HSL color Cylindrical-coordinate representation of color #C3543E: hue angle of 9.92º degrees, saturation: 0.53, 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 #C3543E is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 62 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.24 |
| HSL | 9.92º | 0.53% | 0.5% | - |
| HSV(B) | 9.92º | 0.68% | 0.76% | - |
| XYZ | 26.55 | 18.29 | 6.69 | - |
| YUV | 114.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 62 | 0 | 0.57 | 0.68 | 0.24 | 9.92 | 0.53 | 0.5 |
| Hex | C3 | 54 | 3E | 0 | 39 | 44 | 18 | A | 35 | 32 |
| Octal | 303 | 124 | 76 | 0 | 71 | 104 | 30 | 12 | 65 | 62 |
| Binary | 11000011 | 1010100 | 111110 | 0 | 111001 | 1000100 | 11000 | 1010 | 110101 | 110010 |
Color Harmonies of #C3543E
Complementary color
Monochromatic Colors of #C3543E
Black with #C3543E
Text Example
Text Example
White with #C3543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3543E; }
p { color: rgb(195,84,62); }
H1.HeaderClassName
{
color: #C3543E;
}
.AnyTagClassName
{
color: #C3543E;
}
</style>
background-color css
<style>
a { background-color: #C3543E; }
a { background-color: rgb(195,84,62); }
div.DivClassName
{
background-color: #C3543E;
}
.BgClassName
{
background-color: #C3543E;
}
</style>
border-color css
<style>
span { border-color: #C3543E; }
span { border-color: rgb(195,84,62); }
td.TdClassName
{
border-color: #C3543E;
}
.TagClassName
{
border-color: #C3543E;
}
</style>