Shades of Grenadier #C05137
Tints of Grenadier #C05137
RGB
CMYK
RGB Variations
Color information
#C05137 (or 0xC05137) is known color: Grenadier. HEX triplet: C0, 51 and 37. RGB value is (192,81,55). Sum of RGB (Red+Green+Blue) = 192+81+55=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C05137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05137 is #3FAEC8. Grayscale: #6F6F6F. Windows color (decimal): -4173513 or 3625408. OLE color: 3625408.
HSL color Cylindrical-coordinate representation of color #C05137: hue angle of 11.39º 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 #C05137 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 55 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.25 |
| HSL | 11.39º | 0.55% | 0.48% | - |
| HSV(B) | 11.39º | 0.71% | 0.75% | - |
| XYZ | 25.37 | 17.37 | 5.63 | - |
| YUV | 111.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 55 | 0 | 0.58 | 0.71 | 0.25 | 11.39 | 0.55 | 0.48 |
| Hex | C0 | 51 | 37 | 0 | 3A | 47 | 19 | B | 37 | 30 |
| Octal | 300 | 121 | 67 | 0 | 72 | 107 | 31 | 13 | 67 | 60 |
| Binary | 11000000 | 1010001 | 110111 | 0 | 111010 | 1000111 | 11001 | 1011 | 110111 | 110000 |
Color Harmonies of #C05137
Complementary color
Monochromatic Colors of #C05137
Black with #C05137
Text Example
Text Example
White with #C05137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05137; }
p { color: rgb(192,81,55); }
H1.HeaderClassName
{
color: #C05137;
}
.AnyTagClassName
{
color: #C05137;
}
</style>
background-color css
<style>
a { background-color: #C05137; }
a { background-color: rgb(192,81,55); }
div.DivClassName
{
background-color: #C05137;
}
.BgClassName
{
background-color: #C05137;
}
</style>
border-color css
<style>
span { border-color: #C05137; }
span { border-color: rgb(192,81,55); }
td.TdClassName
{
border-color: #C05137;
}
.TagClassName
{
border-color: #C05137;
}
</style>