Shades of Grenadier #C04937
Tints of Grenadier #C04937
RGB
CMYK
RGB Variations
Color information
#C04937 (or 0xC04937) is known color: Grenadier. HEX triplet: C0, 49 and 37. RGB value is (192,73,55). Sum of RGB (Red+Green+Blue) = 192+73+55=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C04937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04937 is #3FB6C8. Grayscale: #6A6A6A. Windows color (decimal): -4175561 or 3623360. OLE color: 3623360.
HSL color Cylindrical-coordinate representation of color #C04937: hue angle of 7.88º 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 #C04937 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 55 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.25 |
| HSL | 7.88º | 0.55% | 0.48% | - |
| HSV(B) | 7.88º | 0.71% | 0.75% | - |
| XYZ | 24.81 | 16.25 | 5.44 | - |
| YUV | 106.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 55 | 0 | 0.62 | 0.71 | 0.25 | 7.88 | 0.55 | 0.48 |
| Hex | C0 | 49 | 37 | 0 | 3E | 47 | 19 | 8 | 37 | 30 |
| Octal | 300 | 111 | 67 | 0 | 76 | 107 | 31 | 10 | 67 | 60 |
| Binary | 11000000 | 1001001 | 110111 | 0 | 111110 | 1000111 | 11001 | 1000 | 110111 | 110000 |
Color Harmonies of #C04937
Complementary color
Monochromatic Colors of #C04937
Black with #C04937
Text Example
Text Example
White with #C04937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04937; }
p { color: rgb(192,73,55); }
H1.HeaderClassName
{
color: #C04937;
}
.AnyTagClassName
{
color: #C04937;
}
</style>
background-color css
<style>
a { background-color: #C04937; }
a { background-color: rgb(192,73,55); }
div.DivClassName
{
background-color: #C04937;
}
.BgClassName
{
background-color: #C04937;
}
</style>
border-color css
<style>
span { border-color: #C04937; }
span { border-color: rgb(192,73,55); }
td.TdClassName
{
border-color: #C04937;
}
.TagClassName
{
border-color: #C04937;
}
</style>