Shades of Grenadier #C5533C
Tints of Grenadier #C5533C
RGB
CMYK
RGB Variations
Color information
#C5533C (or 0xC5533C) is known color: Grenadier. HEX triplet: C5, 53 and 3C. RGB value is (197,83,60). Sum of RGB (Red+Green+Blue) = 197+83+60=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5533C is #3AACC3. Grayscale: #727272. Windows color (decimal): -3845316 or 3953605. OLE color: 3953605.
HSL color Cylindrical-coordinate representation of color #C5533C: hue angle of 10.07º 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 #C5533C is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 60 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.23 |
| HSL | 10.07º | 0.54% | 0.5% | - |
| HSV(B) | 10.07º | 0.7% | 0.77% | - |
| XYZ | 26.93 | 18.38 | 6.4 | - |
| YUV | 114.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 60 | 0 | 0.58 | 0.70 | 0.23 | 10.07 | 0.54 | 0.5 |
| Hex | C5 | 53 | 3C | 0 | 3A | 46 | 17 | A | 36 | 32 |
| Octal | 305 | 123 | 74 | 0 | 72 | 106 | 27 | 12 | 66 | 62 |
| Binary | 11000101 | 1010011 | 111100 | 0 | 111010 | 1000110 | 10111 | 1010 | 110110 | 110010 |
Color Harmonies of #C5533C
Complementary color
Monochromatic Colors of #C5533C
Black with #C5533C
Text Example
Text Example
White with #C5533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5533C; }
p { color: rgb(197,83,60); }
H1.HeaderClassName
{
color: #C5533C;
}
.AnyTagClassName
{
color: #C5533C;
}
</style>
background-color css
<style>
a { background-color: #C5533C; }
a { background-color: rgb(197,83,60); }
div.DivClassName
{
background-color: #C5533C;
}
.BgClassName
{
background-color: #C5533C;
}
</style>
border-color css
<style>
span { border-color: #C5533C; }
span { border-color: rgb(197,83,60); }
td.TdClassName
{
border-color: #C5533C;
}
.TagClassName
{
border-color: #C5533C;
}
</style>