Shades of Grenadier #C1543D
Tints of Grenadier #C1543D
RGB
CMYK
RGB Variations
Color information
#C1543D (or 0xC1543D) is known color: Grenadier. HEX triplet: C1, 54 and 3D. RGB value is (193,84,61). Sum of RGB (Red+Green+Blue) = 193+84+61=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1543D is #3EABC2. Grayscale: #727272. Windows color (decimal): -4107203 or 4019393. OLE color: 4019393.
HSL color Cylindrical-coordinate representation of color #C1543D: hue angle of 10.45º 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 #C1543D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 61 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.24 |
| HSL | 10.45º | 0.52% | 0.5% | - |
| HSV(B) | 10.45º | 0.68% | 0.76% | - |
| XYZ | 26 | 18.02 | 6.52 | - |
| YUV | 113.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 61 | 0 | 0.56 | 0.68 | 0.24 | 10.45 | 0.52 | 0.5 |
| Hex | C1 | 54 | 3D | 0 | 38 | 44 | 18 | A | 34 | 32 |
| Octal | 301 | 124 | 75 | 0 | 70 | 104 | 30 | 12 | 64 | 62 |
| Binary | 11000001 | 1010100 | 111101 | 0 | 111000 | 1000100 | 11000 | 1010 | 110100 | 110010 |
Color Harmonies of #C1543D
Complementary color
Monochromatic Colors of #C1543D
Black with #C1543D
Text Example
Text Example
White with #C1543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1543D; }
p { color: rgb(193,84,61); }
H1.HeaderClassName
{
color: #C1543D;
}
.AnyTagClassName
{
color: #C1543D;
}
</style>
background-color css
<style>
a { background-color: #C1543D; }
a { background-color: rgb(193,84,61); }
div.DivClassName
{
background-color: #C1543D;
}
.BgClassName
{
background-color: #C1543D;
}
</style>
border-color css
<style>
span { border-color: #C1543D; }
span { border-color: rgb(193,84,61); }
td.TdClassName
{
border-color: #C1543D;
}
.TagClassName
{
border-color: #C1543D;
}
</style>