Shades of Grenadier #C04637
Tints of Grenadier #C04637
RGB
CMYK
RGB Variations
Color information
#C04637 (or 0xC04637) is known color: Grenadier. HEX triplet: C0, 46 and 37. RGB value is (192,70,55). Sum of RGB (Red+Green+Blue) = 192+70+55=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C04637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04637 is #3FB9C8. Grayscale: #686868. Windows color (decimal): -4176329 or 3622592. OLE color: 3622592.
HSL color Cylindrical-coordinate representation of color #C04637: hue angle of 6.57º 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 #C04637 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 55 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.25 |
| HSL | 6.57º | 0.55% | 0.48% | - |
| HSV(B) | 6.57º | 0.71% | 0.75% | - |
| XYZ | 24.62 | 15.86 | 5.38 | - |
| YUV | 104.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 55 | 0 | 0.64 | 0.71 | 0.25 | 6.57 | 0.55 | 0.48 |
| Hex | C0 | 46 | 37 | 0 | 40 | 47 | 19 | 7 | 37 | 30 |
| Octal | 300 | 106 | 67 | 0 | 100 | 107 | 31 | 7 | 67 | 60 |
| Binary | 11000000 | 1000110 | 110111 | 0 | 1000000 | 1000111 | 11001 | 111 | 110111 | 110000 |
Color Harmonies of #C04637
Complementary color
Monochromatic Colors of #C04637
Black with #C04637
Text Example
Text Example
White with #C04637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04637; }
p { color: rgb(192,70,55); }
H1.HeaderClassName
{
color: #C04637;
}
.AnyTagClassName
{
color: #C04637;
}
</style>
background-color css
<style>
a { background-color: #C04637; }
a { background-color: rgb(192,70,55); }
div.DivClassName
{
background-color: #C04637;
}
.BgClassName
{
background-color: #C04637;
}
</style>
border-color css
<style>
span { border-color: #C04637; }
span { border-color: rgb(192,70,55); }
td.TdClassName
{
border-color: #C04637;
}
.TagClassName
{
border-color: #C04637;
}
</style>