Shades of Grenadier #C15040
Tints of Grenadier #C15040
RGB
CMYK
RGB Variations
Color information
#C15040 (or 0xC15040) is known color: Grenadier. HEX triplet: C1, 50 and 40. RGB value is (193,80,64). Sum of RGB (Red+Green+Blue) = 193+80+64=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C15040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15040 is #3EAFBF. Grayscale: #707070. Windows color (decimal): -4108224 or 4214977. OLE color: 4214977.
HSL color Cylindrical-coordinate representation of color #C15040: hue angle of 7.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C15040 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 64 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.24 |
| HSL | 7.44º | 0.51% | 0.5% | - |
| HSV(B) | 7.44º | 0.67% | 0.76% | - |
| XYZ | 25.79 | 17.44 | 6.86 | - |
| YUV | 111.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 64 | 0 | 0.59 | 0.67 | 0.24 | 7.44 | 0.51 | 0.5 |
| Hex | C1 | 50 | 40 | 0 | 3B | 43 | 18 | 7 | 33 | 32 |
| Octal | 301 | 120 | 100 | 0 | 73 | 103 | 30 | 7 | 63 | 62 |
| Binary | 11000001 | 1010000 | 1000000 | 0 | 111011 | 1000011 | 11000 | 111 | 110011 | 110010 |
Color Harmonies of #C15040
Complementary color
Monochromatic Colors of #C15040
Black with #C15040
Text Example
Text Example
White with #C15040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15040; }
p { color: rgb(193,80,64); }
H1.HeaderClassName
{
color: #C15040;
}
.AnyTagClassName
{
color: #C15040;
}
</style>
background-color css
<style>
a { background-color: #C15040; }
a { background-color: rgb(193,80,64); }
div.DivClassName
{
background-color: #C15040;
}
.BgClassName
{
background-color: #C15040;
}
</style>
border-color css
<style>
span { border-color: #C15040; }
span { border-color: rgb(193,80,64); }
td.TdClassName
{
border-color: #C15040;
}
.TagClassName
{
border-color: #C15040;
}
</style>