Shades of Grenadier #C04F37
Tints of Grenadier #C04F37
RGB
CMYK
RGB Variations
Color information
#C04F37 (or 0xC04F37) is known color: Grenadier. HEX triplet: C0, 4F and 37. RGB value is (192,79,55). Sum of RGB (Red+Green+Blue) = 192+79+55=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F37 is #3FB0C8. Grayscale: #6E6E6E. Windows color (decimal): -4174025 or 3624896. OLE color: 3624896.
HSL color Cylindrical-coordinate representation of color #C04F37: hue angle of 10.51º 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 #C04F37 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 55 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.25 |
| HSL | 10.51º | 0.55% | 0.48% | - |
| HSV(B) | 10.51º | 0.71% | 0.75% | - |
| XYZ | 25.22 | 17.07 | 5.58 | - |
| YUV | 110.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 55 | 0 | 0.59 | 0.71 | 0.25 | 10.51 | 0.55 | 0.48 |
| Hex | C0 | 4F | 37 | 0 | 3B | 47 | 19 | B | 37 | 30 |
| Octal | 300 | 117 | 67 | 0 | 73 | 107 | 31 | 13 | 67 | 60 |
| Binary | 11000000 | 1001111 | 110111 | 0 | 111011 | 1000111 | 11001 | 1011 | 110111 | 110000 |
Color Harmonies of #C04F37
Complementary color
Monochromatic Colors of #C04F37
Black with #C04F37
Text Example
Text Example
White with #C04F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F37; }
p { color: rgb(192,79,55); }
H1.HeaderClassName
{
color: #C04F37;
}
.AnyTagClassName
{
color: #C04F37;
}
</style>
background-color css
<style>
a { background-color: #C04F37; }
a { background-color: rgb(192,79,55); }
div.DivClassName
{
background-color: #C04F37;
}
.BgClassName
{
background-color: #C04F37;
}
</style>
border-color css
<style>
span { border-color: #C04F37; }
span { border-color: rgb(192,79,55); }
td.TdClassName
{
border-color: #C04F37;
}
.TagClassName
{
border-color: #C04F37;
}
</style>