Shades of Grenadier #C04E36
Tints of Grenadier #C04E36
RGB
CMYK
RGB Variations
Color information
#C04E36 (or 0xC04E36) is known color: Grenadier. HEX triplet: C0, 4E and 36. RGB value is (192,78,54). Sum of RGB (Red+Green+Blue) = 192+78+54=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E36 is #3FB1C9. Grayscale: #6D6D6D. Windows color (decimal): -4174282 or 3559104. OLE color: 3559104.
HSL color Cylindrical-coordinate representation of color #C04E36: hue angle of 10.43º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C04E36 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 54 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.25 |
| HSL | 10.43º | 0.56% | 0.48% | - |
| HSV(B) | 10.43º | 0.72% | 0.75% | - |
| XYZ | 25.13 | 16.92 | 5.43 | - |
| YUV | 109.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 54 | 0 | 0.59 | 0.72 | 0.25 | 10.43 | 0.56 | 0.48 |
| Hex | C0 | 4E | 36 | 0 | 3B | 48 | 19 | A | 38 | 30 |
| Octal | 300 | 116 | 66 | 0 | 73 | 110 | 31 | 12 | 70 | 60 |
| Binary | 11000000 | 1001110 | 110110 | 0 | 111011 | 1001000 | 11001 | 1010 | 111000 | 110000 |
Color Harmonies of #C04E36
Complementary color
Monochromatic Colors of #C04E36
Black with #C04E36
Text Example
Text Example
White with #C04E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E36; }
p { color: rgb(192,78,54); }
H1.HeaderClassName
{
color: #C04E36;
}
.AnyTagClassName
{
color: #C04E36;
}
</style>
background-color css
<style>
a { background-color: #C04E36; }
a { background-color: rgb(192,78,54); }
div.DivClassName
{
background-color: #C04E36;
}
.BgClassName
{
background-color: #C04E36;
}
</style>
border-color css
<style>
span { border-color: #C04E36; }
span { border-color: rgb(192,78,54); }
td.TdClassName
{
border-color: #C04E36;
}
.TagClassName
{
border-color: #C04E36;
}
</style>