Shades of Grenadier #C15136
Tints of Grenadier #C15136
RGB
CMYK
RGB Variations
Color information
#C15136 (or 0xC15136) is known color: Grenadier. HEX triplet: C1, 51 and 36. RGB value is (193,81,54). Sum of RGB (Red+Green+Blue) = 193+81+54=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C15136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15136 is #3EAEC9. Grayscale: #6F6F6F. Windows color (decimal): -4107978 or 3559873. OLE color: 3559873.
HSL color Cylindrical-coordinate representation of color #C15136: hue angle of 11.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C15136 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 54 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.24 |
| HSL | 11.65º | 0.56% | 0.48% | - |
| HSV(B) | 11.65º | 0.72% | 0.76% | - |
| XYZ | 25.6 | 17.49 | 5.52 | - |
| YUV | 111.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 54 | 0 | 0.58 | 0.72 | 0.24 | 11.65 | 0.56 | 0.48 |
| Hex | C1 | 51 | 36 | 0 | 3A | 48 | 18 | C | 38 | 30 |
| Octal | 301 | 121 | 66 | 0 | 72 | 110 | 30 | 14 | 70 | 60 |
| Binary | 11000001 | 1010001 | 110110 | 0 | 111010 | 1001000 | 11000 | 1100 | 111000 | 110000 |
Color Harmonies of #C15136
Complementary color
Monochromatic Colors of #C15136
Black with #C15136
Text Example
Text Example
White with #C15136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15136; }
p { color: rgb(193,81,54); }
H1.HeaderClassName
{
color: #C15136;
}
.AnyTagClassName
{
color: #C15136;
}
</style>
background-color css
<style>
a { background-color: #C15136; }
a { background-color: rgb(193,81,54); }
div.DivClassName
{
background-color: #C15136;
}
.BgClassName
{
background-color: #C15136;
}
</style>
border-color css
<style>
span { border-color: #C15136; }
span { border-color: rgb(193,81,54); }
td.TdClassName
{
border-color: #C15136;
}
.TagClassName
{
border-color: #C15136;
}
</style>