Shades of Grenadier #C45239
Tints of Grenadier #C45239
RGB
CMYK
RGB Variations
Color information
#C45239 (or 0xC45239) is known color: Grenadier. HEX triplet: C4, 52 and 39. RGB value is (196,82,57). Sum of RGB (Red+Green+Blue) = 196+82+57=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C45239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45239 is #3BADC6. Grayscale: #717171. Windows color (decimal): -3911111 or 3756740. OLE color: 3756740.
HSL color Cylindrical-coordinate representation of color #C45239: hue angle of 10.79º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C45239 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 57 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.23 |
| HSL | 10.79º | 0.55% | 0.5% | - |
| HSV(B) | 10.79º | 0.71% | 0.77% | - |
| XYZ | 26.52 | 18.07 | 5.96 | - |
| YUV | 113.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 57 | 0 | 0.58 | 0.71 | 0.23 | 10.79 | 0.55 | 0.5 |
| Hex | C4 | 52 | 39 | 0 | 3A | 47 | 17 | B | 37 | 32 |
| Octal | 304 | 122 | 71 | 0 | 72 | 107 | 27 | 13 | 67 | 62 |
| Binary | 11000100 | 1010010 | 111001 | 0 | 111010 | 1000111 | 10111 | 1011 | 110111 | 110010 |
Color Harmonies of #C45239
Complementary color
Monochromatic Colors of #C45239
Black with #C45239
Text Example
Text Example
White with #C45239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45239; }
p { color: rgb(196,82,57); }
H1.HeaderClassName
{
color: #C45239;
}
.AnyTagClassName
{
color: #C45239;
}
</style>
background-color css
<style>
a { background-color: #C45239; }
a { background-color: rgb(196,82,57); }
div.DivClassName
{
background-color: #C45239;
}
.BgClassName
{
background-color: #C45239;
}
</style>
border-color css
<style>
span { border-color: #C45239; }
span { border-color: rgb(196,82,57); }
td.TdClassName
{
border-color: #C45239;
}
.TagClassName
{
border-color: #C45239;
}
</style>