Shades of Grenadier #C45340
Tints of Grenadier #C45340
RGB
CMYK
RGB Variations
Color information
#C45340 (or 0xC45340) is known color: Grenadier. HEX triplet: C4, 53 and 40. RGB value is (196,83,64). Sum of RGB (Red+Green+Blue) = 196+83+64=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C45340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45340 is #3BACBF. Grayscale: #727272. Windows color (decimal): -3910848 or 4215748. OLE color: 4215748.
HSL color Cylindrical-coordinate representation of color #C45340: hue angle of 8.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C45340 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 64 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.23 |
| HSL | 8.64º | 0.53% | 0.51% | - |
| HSV(B) | 8.64º | 0.67% | 0.77% | - |
| XYZ | 26.78 | 18.29 | 6.97 | - |
| YUV | 114.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 64 | 0 | 0.58 | 0.67 | 0.23 | 8.64 | 0.53 | 0.51 |
| Hex | C4 | 53 | 40 | 0 | 3A | 43 | 17 | 9 | 35 | 33 |
| Octal | 304 | 123 | 100 | 0 | 72 | 103 | 27 | 11 | 65 | 63 |
| Binary | 11000100 | 1010011 | 1000000 | 0 | 111010 | 1000011 | 10111 | 1001 | 110101 | 110011 |
Color Harmonies of #C45340
Complementary color
Monochromatic Colors of #C45340
Black with #C45340
Text Example
Text Example
White with #C45340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45340; }
p { color: rgb(196,83,64); }
H1.HeaderClassName
{
color: #C45340;
}
.AnyTagClassName
{
color: #C45340;
}
</style>
background-color css
<style>
a { background-color: #C45340; }
a { background-color: rgb(196,83,64); }
div.DivClassName
{
background-color: #C45340;
}
.BgClassName
{
background-color: #C45340;
}
</style>
border-color css
<style>
span { border-color: #C45340; }
span { border-color: rgb(196,83,64); }
td.TdClassName
{
border-color: #C45340;
}
.TagClassName
{
border-color: #C45340;
}
</style>