Shades of Grenadier #C54832
Tints of Grenadier #C54832
RGB
CMYK
RGB Variations
Color information
#C54832 (or 0xC54832) is known color: Grenadier. HEX triplet: C5, 48 and 32. RGB value is (197,72,50). Sum of RGB (Red+Green+Blue) = 197+72+50=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C54832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54832 is #3AB7CD. Grayscale: #6B6B6B. Windows color (decimal): -3848142 or 3295429. OLE color: 3295429.
HSL color Cylindrical-coordinate representation of color #C54832: hue angle of 8.98º 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 #C54832 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 50 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.23 |
| HSL | 8.98º | 0.6% | 0.48% | - |
| HSV(B) | 8.98º | 0.75% | 0.77% | - |
| XYZ | 25.92 | 16.74 | 4.88 | - |
| YUV | 106.87 | 95.91 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 50 | 0 | 0.63 | 0.75 | 0.23 | 8.98 | 0.6 | 0.48 |
| Hex | C5 | 48 | 32 | 0 | 3F | 4B | 17 | 9 | 3C | 30 |
| Octal | 305 | 110 | 62 | 0 | 77 | 113 | 27 | 11 | 74 | 60 |
| Binary | 11000101 | 1001000 | 110010 | 0 | 111111 | 1001011 | 10111 | 1001 | 111100 | 110000 |
Color Harmonies of #C54832
Complementary color
Monochromatic Colors of #C54832
Black with #C54832
Text Example
Text Example
White with #C54832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54832; }
p { color: rgb(197,72,50); }
H1.HeaderClassName
{
color: #C54832;
}
.AnyTagClassName
{
color: #C54832;
}
</style>
background-color css
<style>
a { background-color: #C54832; }
a { background-color: rgb(197,72,50); }
div.DivClassName
{
background-color: #C54832;
}
.BgClassName
{
background-color: #C54832;
}
</style>
border-color css
<style>
span { border-color: #C54832; }
span { border-color: rgb(197,72,50); }
td.TdClassName
{
border-color: #C54832;
}
.TagClassName
{
border-color: #C54832;
}
</style>