Shades of Grenadier #C04E3A
Tints of Grenadier #C04E3A
RGB
CMYK
RGB Variations
Color information
#C04E3A (or 0xC04E3A) is known color: Grenadier. HEX triplet: C0, 4E and 3A. RGB value is (192,78,58). Sum of RGB (Red+Green+Blue) = 192+78+58=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E3A is #3FB1C5. Grayscale: #6D6D6D. Windows color (decimal): -4174278 or 3821248. OLE color: 3821248.
HSL color Cylindrical-coordinate representation of color #C04E3A: hue angle of 8.96º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04E3A is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 58 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.25 |
| HSL | 8.96º | 0.54% | 0.49% | - |
| HSV(B) | 8.96º | 0.7% | 0.75% | - |
| XYZ | 25.23 | 16.96 | 5.95 | - |
| YUV | 109.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 58 | 0 | 0.59 | 0.70 | 0.25 | 8.96 | 0.54 | 0.49 |
| Hex | C0 | 4E | 3A | 0 | 3B | 46 | 19 | 9 | 36 | 31 |
| Octal | 300 | 116 | 72 | 0 | 73 | 106 | 31 | 11 | 66 | 61 |
| Binary | 11000000 | 1001110 | 111010 | 0 | 111011 | 1000110 | 11001 | 1001 | 110110 | 110001 |
Color Harmonies of #C04E3A
Complementary color
Monochromatic Colors of #C04E3A
Black with #C04E3A
Text Example
Text Example
White with #C04E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E3A; }
p { color: rgb(192,78,58); }
H1.HeaderClassName
{
color: #C04E3A;
}
.AnyTagClassName
{
color: #C04E3A;
}
</style>
background-color css
<style>
a { background-color: #C04E3A; }
a { background-color: rgb(192,78,58); }
div.DivClassName
{
background-color: #C04E3A;
}
.BgClassName
{
background-color: #C04E3A;
}
</style>
border-color css
<style>
span { border-color: #C04E3A; }
span { border-color: rgb(192,78,58); }
td.TdClassName
{
border-color: #C04E3A;
}
.TagClassName
{
border-color: #C04E3A;
}
</style>