Shades of Grenadier #C5503C
Tints of Grenadier #C5503C
RGB
CMYK
RGB Variations
Color information
#C5503C (or 0xC5503C) is known color: Grenadier. HEX triplet: C5, 50 and 3C. RGB value is (197,80,60). Sum of RGB (Red+Green+Blue) = 197+80+60=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5503C is #3AAFC3. Grayscale: #707070. Windows color (decimal): -3846084 or 3952837. OLE color: 3952837.
HSL color Cylindrical-coordinate representation of color #C5503C: hue angle of 8.76º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5503C is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 60 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.23 |
| HSL | 8.76º | 0.54% | 0.5% | - |
| HSV(B) | 8.76º | 0.7% | 0.77% | - |
| XYZ | 26.71 | 17.93 | 6.33 | - |
| YUV | 112.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 60 | 0 | 0.59 | 0.70 | 0.23 | 8.76 | 0.54 | 0.5 |
| Hex | C5 | 50 | 3C | 0 | 3B | 46 | 17 | 9 | 36 | 32 |
| Octal | 305 | 120 | 74 | 0 | 73 | 106 | 27 | 11 | 66 | 62 |
| Binary | 11000101 | 1010000 | 111100 | 0 | 111011 | 1000110 | 10111 | 1001 | 110110 | 110010 |
Color Harmonies of #C5503C
Complementary color
Monochromatic Colors of #C5503C
Black with #C5503C
Text Example
Text Example
White with #C5503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5503C; }
p { color: rgb(197,80,60); }
H1.HeaderClassName
{
color: #C5503C;
}
.AnyTagClassName
{
color: #C5503C;
}
</style>
background-color css
<style>
a { background-color: #C5503C; }
a { background-color: rgb(197,80,60); }
div.DivClassName
{
background-color: #C5503C;
}
.BgClassName
{
background-color: #C5503C;
}
</style>
border-color css
<style>
span { border-color: #C5503C; }
span { border-color: rgb(197,80,60); }
td.TdClassName
{
border-color: #C5503C;
}
.TagClassName
{
border-color: #C5503C;
}
</style>