Shades of Grenadier #C5523C
Tints of Grenadier #C5523C
RGB
CMYK
RGB Variations
Color information
#C5523C (or 0xC5523C) is known color: Grenadier. HEX triplet: C5, 52 and 3C. RGB value is (197,82,60). Sum of RGB (Red+Green+Blue) = 197+82+60=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5523C is #3AADC3. Grayscale: #727272. Windows color (decimal): -3845572 or 3953349. OLE color: 3953349.
HSL color Cylindrical-coordinate representation of color #C5523C: hue angle of 9.64º 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 #C5523C is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 60 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.23 |
| HSL | 9.64º | 0.54% | 0.5% | - |
| HSV(B) | 9.64º | 0.7% | 0.77% | - |
| XYZ | 26.86 | 18.23 | 6.38 | - |
| YUV | 113.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 60 | 0 | 0.58 | 0.70 | 0.23 | 9.64 | 0.54 | 0.5 |
| Hex | C5 | 52 | 3C | 0 | 3A | 46 | 17 | A | 36 | 32 |
| Octal | 305 | 122 | 74 | 0 | 72 | 106 | 27 | 12 | 66 | 62 |
| Binary | 11000101 | 1010010 | 111100 | 0 | 111010 | 1000110 | 10111 | 1010 | 110110 | 110010 |
Color Harmonies of #C5523C
Complementary color
Monochromatic Colors of #C5523C
Black with #C5523C
Text Example
Text Example
White with #C5523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5523C; }
p { color: rgb(197,82,60); }
H1.HeaderClassName
{
color: #C5523C;
}
.AnyTagClassName
{
color: #C5523C;
}
</style>
background-color css
<style>
a { background-color: #C5523C; }
a { background-color: rgb(197,82,60); }
div.DivClassName
{
background-color: #C5523C;
}
.BgClassName
{
background-color: #C5523C;
}
</style>
border-color css
<style>
span { border-color: #C5523C; }
span { border-color: rgb(197,82,60); }
td.TdClassName
{
border-color: #C5523C;
}
.TagClassName
{
border-color: #C5523C;
}
</style>