Shades of Grenadier #C1573C
Tints of Grenadier #C1573C
RGB
CMYK
RGB Variations
Color information
#C1573C (or 0xC1573C) is known color: Grenadier. HEX triplet: C1, 57 and 3C. RGB value is (193,87,60). Sum of RGB (Red+Green+Blue) = 193+87+60=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1573C is #3EA8C3. Grayscale: #737373. Windows color (decimal): -4106436 or 3954625. OLE color: 3954625.
HSL color Cylindrical-coordinate representation of color #C1573C: hue angle of 12.18º 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 #C1573C is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 60 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.24 |
| HSL | 12.18º | 0.53% | 0.5% | - |
| HSV(B) | 12.18º | 0.69% | 0.76% | - |
| XYZ | 26.22 | 18.48 | 6.46 | - |
| YUV | 115.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 60 | 0 | 0.55 | 0.69 | 0.24 | 12.18 | 0.53 | 0.5 |
| Hex | C1 | 57 | 3C | 0 | 37 | 45 | 18 | C | 35 | 32 |
| Octal | 301 | 127 | 74 | 0 | 67 | 105 | 30 | 14 | 65 | 62 |
| Binary | 11000001 | 1010111 | 111100 | 0 | 110111 | 1000101 | 11000 | 1100 | 110101 | 110010 |
Color Harmonies of #C1573C
Complementary color
Monochromatic Colors of #C1573C
Black with #C1573C
Text Example
Text Example
White with #C1573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1573C; }
p { color: rgb(193,87,60); }
H1.HeaderClassName
{
color: #C1573C;
}
.AnyTagClassName
{
color: #C1573C;
}
</style>
background-color css
<style>
a { background-color: #C1573C; }
a { background-color: rgb(193,87,60); }
div.DivClassName
{
background-color: #C1573C;
}
.BgClassName
{
background-color: #C1573C;
}
</style>
border-color css
<style>
span { border-color: #C1573C; }
span { border-color: rgb(193,87,60); }
td.TdClassName
{
border-color: #C1573C;
}
.TagClassName
{
border-color: #C1573C;
}
</style>