Shades of Grenadier #C15237
Tints of Grenadier #C15237
RGB
CMYK
RGB Variations
Color information
#C15237 (or 0xC15237) is known color: Grenadier. HEX triplet: C1, 52 and 37. RGB value is (193,82,55). Sum of RGB (Red+Green+Blue) = 193+82+55=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15237 is #3EADC8. Grayscale: #707070. Windows color (decimal): -4107721 or 3625665. OLE color: 3625665.
HSL color Cylindrical-coordinate representation of color #C15237: hue angle of 11.74º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C15237 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 55 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.24 |
| HSL | 11.74º | 0.56% | 0.49% | - |
| HSV(B) | 11.74º | 0.72% | 0.76% | - |
| XYZ | 25.7 | 17.65 | 5.67 | - |
| YUV | 112.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 55 | 0 | 0.58 | 0.72 | 0.24 | 11.74 | 0.56 | 0.49 |
| Hex | C1 | 52 | 37 | 0 | 3A | 48 | 18 | C | 38 | 31 |
| Octal | 301 | 122 | 67 | 0 | 72 | 110 | 30 | 14 | 70 | 61 |
| Binary | 11000001 | 1010010 | 110111 | 0 | 111010 | 1001000 | 11000 | 1100 | 111000 | 110001 |
Color Harmonies of #C15237
Complementary color
Monochromatic Colors of #C15237
Black with #C15237
Text Example
Text Example
White with #C15237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15237; }
p { color: rgb(193,82,55); }
H1.HeaderClassName
{
color: #C15237;
}
.AnyTagClassName
{
color: #C15237;
}
</style>
background-color css
<style>
a { background-color: #C15237; }
a { background-color: rgb(193,82,55); }
div.DivClassName
{
background-color: #C15237;
}
.BgClassName
{
background-color: #C15237;
}
</style>
border-color css
<style>
span { border-color: #C15237; }
span { border-color: rgb(193,82,55); }
td.TdClassName
{
border-color: #C15237;
}
.TagClassName
{
border-color: #C15237;
}
</style>