Shades of Grenadier #C04D37
Tints of Grenadier #C04D37
RGB
CMYK
RGB Variations
Color information
#C04D37 (or 0xC04D37) is known color: Grenadier. HEX triplet: C0, 4D and 37. RGB value is (192,77,55). Sum of RGB (Red+Green+Blue) = 192+77+55=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D37 is #3FB2C8. Grayscale: #6D6D6D. Windows color (decimal): -4174537 or 3624384. OLE color: 3624384.
HSL color Cylindrical-coordinate representation of color #C04D37: hue angle of 9.64º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C04D37 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 55 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.25 |
| HSL | 9.64º | 0.55% | 0.48% | - |
| HSV(B) | 9.64º | 0.71% | 0.75% | - |
| XYZ | 25.08 | 16.79 | 5.53 | - |
| YUV | 108.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 55 | 0 | 0.60 | 0.71 | 0.25 | 9.64 | 0.55 | 0.48 |
| Hex | C0 | 4D | 37 | 0 | 3C | 47 | 19 | A | 37 | 30 |
| Octal | 300 | 115 | 67 | 0 | 74 | 107 | 31 | 12 | 67 | 60 |
| Binary | 11000000 | 1001101 | 110111 | 0 | 111100 | 1000111 | 11001 | 1010 | 110111 | 110000 |
Color Harmonies of #C04D37
Complementary color
Monochromatic Colors of #C04D37
Black with #C04D37
Text Example
Text Example
White with #C04D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D37; }
p { color: rgb(192,77,55); }
H1.HeaderClassName
{
color: #C04D37;
}
.AnyTagClassName
{
color: #C04D37;
}
</style>
background-color css
<style>
a { background-color: #C04D37; }
a { background-color: rgb(192,77,55); }
div.DivClassName
{
background-color: #C04D37;
}
.BgClassName
{
background-color: #C04D37;
}
</style>
border-color css
<style>
span { border-color: #C04D37; }
span { border-color: rgb(192,77,55); }
td.TdClassName
{
border-color: #C04D37;
}
.TagClassName
{
border-color: #C04D37;
}
</style>