Shades of Grenadier #C15139
Tints of Grenadier #C15139
RGB
CMYK
RGB Variations
Color information
#C15139 (or 0xC15139) is known color: Grenadier. HEX triplet: C1, 51 and 39. RGB value is (193,81,57). Sum of RGB (Red+Green+Blue) = 193+81+57=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C15139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15139 is #3EAEC6. Grayscale: #6F6F6F. Windows color (decimal): -4107975 or 3756481. OLE color: 3756481.
HSL color Cylindrical-coordinate representation of color #C15139: hue angle of 10.59º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C15139 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 57 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.24 |
| HSL | 10.59º | 0.54% | 0.49% | - |
| HSV(B) | 10.59º | 0.7% | 0.76% | - |
| XYZ | 25.67 | 17.52 | 5.9 | - |
| YUV | 111.75 | 97.11 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 57 | 0 | 0.58 | 0.70 | 0.24 | 10.59 | 0.54 | 0.49 |
| Hex | C1 | 51 | 39 | 0 | 3A | 46 | 18 | B | 36 | 31 |
| Octal | 301 | 121 | 71 | 0 | 72 | 106 | 30 | 13 | 66 | 61 |
| Binary | 11000001 | 1010001 | 111001 | 0 | 111010 | 1000110 | 11000 | 1011 | 110110 | 110001 |
Color Harmonies of #C15139
Complementary color
Monochromatic Colors of #C15139
Black with #C15139
Text Example
Text Example
White with #C15139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15139; }
p { color: rgb(193,81,57); }
H1.HeaderClassName
{
color: #C15139;
}
.AnyTagClassName
{
color: #C15139;
}
</style>
background-color css
<style>
a { background-color: #C15139; }
a { background-color: rgb(193,81,57); }
div.DivClassName
{
background-color: #C15139;
}
.BgClassName
{
background-color: #C15139;
}
</style>
border-color css
<style>
span { border-color: #C15139; }
span { border-color: rgb(193,81,57); }
td.TdClassName
{
border-color: #C15139;
}
.TagClassName
{
border-color: #C15139;
}
</style>