Shades of Grenadier #C54632
Tints of Grenadier #C54632
RGB
CMYK
RGB Variations
Color information
#C54632 (or 0xC54632) is known color: Grenadier. HEX triplet: C5, 46 and 32. RGB value is (197,70,50). Sum of RGB (Red+Green+Blue) = 197+70+50=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C54632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54632 is #3AB9CD. Grayscale: #696969. Windows color (decimal): -3848654 or 3294917. OLE color: 3294917.
HSL color Cylindrical-coordinate representation of color #C54632: hue angle of 8.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C54632 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 50 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.23 |
| HSL | 8.16º | 0.6% | 0.48% | - |
| HSV(B) | 8.16º | 0.75% | 0.77% | - |
| XYZ | 25.79 | 16.48 | 4.84 | - |
| YUV | 105.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 50 | 0 | 0.64 | 0.75 | 0.23 | 8.16 | 0.6 | 0.48 |
| Hex | C5 | 46 | 32 | 0 | 40 | 4B | 17 | 8 | 3C | 30 |
| Octal | 305 | 106 | 62 | 0 | 100 | 113 | 27 | 10 | 74 | 60 |
| Binary | 11000101 | 1000110 | 110010 | 0 | 1000000 | 1001011 | 10111 | 1000 | 111100 | 110000 |
Color Harmonies of #C54632
Complementary color
Monochromatic Colors of #C54632
Black with #C54632
Text Example
Text Example
White with #C54632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54632; }
p { color: rgb(197,70,50); }
H1.HeaderClassName
{
color: #C54632;
}
.AnyTagClassName
{
color: #C54632;
}
</style>
background-color css
<style>
a { background-color: #C54632; }
a { background-color: rgb(197,70,50); }
div.DivClassName
{
background-color: #C54632;
}
.BgClassName
{
background-color: #C54632;
}
</style>
border-color css
<style>
span { border-color: #C54632; }
span { border-color: rgb(197,70,50); }
td.TdClassName
{
border-color: #C54632;
}
.TagClassName
{
border-color: #C54632;
}
</style>