Shades of Grenadier #C1553C
Tints of Grenadier #C1553C
RGB
CMYK
RGB Variations
Color information
#C1553C (or 0xC1553C) is known color: Grenadier. HEX triplet: C1, 55 and 3C. RGB value is (193,85,60). Sum of RGB (Red+Green+Blue) = 193+85+60=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1553C is #3EAAC3. Grayscale: #727272. Windows color (decimal): -4106948 or 3954113. OLE color: 3954113.
HSL color Cylindrical-coordinate representation of color #C1553C: hue angle of 11.28º 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 #C1553C is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 60 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.24 |
| HSL | 11.28º | 0.53% | 0.5% | - |
| HSV(B) | 11.28º | 0.69% | 0.76% | - |
| XYZ | 26.06 | 18.16 | 6.41 | - |
| YUV | 114.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 60 | 0 | 0.56 | 0.69 | 0.24 | 11.28 | 0.53 | 0.5 |
| Hex | C1 | 55 | 3C | 0 | 38 | 45 | 18 | B | 35 | 32 |
| Octal | 301 | 125 | 74 | 0 | 70 | 105 | 30 | 13 | 65 | 62 |
| Binary | 11000001 | 1010101 | 111100 | 0 | 111000 | 1000101 | 11000 | 1011 | 110101 | 110010 |
Color Harmonies of #C1553C
Complementary color
Monochromatic Colors of #C1553C
Black with #C1553C
Text Example
Text Example
White with #C1553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1553C; }
p { color: rgb(193,85,60); }
H1.HeaderClassName
{
color: #C1553C;
}
.AnyTagClassName
{
color: #C1553C;
}
</style>
background-color css
<style>
a { background-color: #C1553C; }
a { background-color: rgb(193,85,60); }
div.DivClassName
{
background-color: #C1553C;
}
.BgClassName
{
background-color: #C1553C;
}
</style>
border-color css
<style>
span { border-color: #C1553C; }
span { border-color: rgb(193,85,60); }
td.TdClassName
{
border-color: #C1553C;
}
.TagClassName
{
border-color: #C1553C;
}
</style>