Shades of Grenadier #C1543C
Tints of Grenadier #C1543C
RGB
CMYK
RGB Variations
Color information
#C1543C (or 0xC1543C) is known color: Grenadier. HEX triplet: C1, 54 and 3C. RGB value is (193,84,60). Sum of RGB (Red+Green+Blue) = 193+84+60=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1543C is #3EABC3. Grayscale: #727272. Windows color (decimal): -4107204 or 3953857. OLE color: 3953857.
HSL color Cylindrical-coordinate representation of color #C1543C: hue angle of 10.83º 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 #C1543C is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 60 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.24 |
| HSL | 10.83º | 0.53% | 0.5% | - |
| HSV(B) | 10.83º | 0.69% | 0.76% | - |
| XYZ | 25.98 | 18 | 6.38 | - |
| YUV | 113.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 60 | 0 | 0.56 | 0.69 | 0.24 | 10.83 | 0.53 | 0.5 |
| Hex | C1 | 54 | 3C | 0 | 38 | 45 | 18 | B | 35 | 32 |
| Octal | 301 | 124 | 74 | 0 | 70 | 105 | 30 | 13 | 65 | 62 |
| Binary | 11000001 | 1010100 | 111100 | 0 | 111000 | 1000101 | 11000 | 1011 | 110101 | 110010 |
Color Harmonies of #C1543C
Complementary color
Monochromatic Colors of #C1543C
Black with #C1543C
Text Example
Text Example
White with #C1543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1543C; }
p { color: rgb(193,84,60); }
H1.HeaderClassName
{
color: #C1543C;
}
.AnyTagClassName
{
color: #C1543C;
}
</style>
background-color css
<style>
a { background-color: #C1543C; }
a { background-color: rgb(193,84,60); }
div.DivClassName
{
background-color: #C1543C;
}
.BgClassName
{
background-color: #C1543C;
}
</style>
border-color css
<style>
span { border-color: #C1543C; }
span { border-color: rgb(193,84,60); }
td.TdClassName
{
border-color: #C1543C;
}
.TagClassName
{
border-color: #C1543C;
}
</style>