Shades of Grenadier #C64E3A
Tints of Grenadier #C64E3A
RGB
CMYK
RGB Variations
Color information
#C64E3A (or 0xC64E3A) is known color: Grenadier. HEX triplet: C6, 4E and 3A. RGB value is (198,78,58). Sum of RGB (Red+Green+Blue) = 198+78+58=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E3A is #39B1C5. Grayscale: #6F6F6F. Windows color (decimal): -3781062 or 3821254. OLE color: 3821254.
HSL color Cylindrical-coordinate representation of color #C64E3A: hue angle of 8.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C64E3A is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 58 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.22 |
| HSL | 8.57º | 0.55% | 0.5% | - |
| HSV(B) | 8.57º | 0.71% | 0.78% | - |
| XYZ | 26.78 | 17.76 | 6.02 | - |
| YUV | 111.6 | 97.76 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 58 | 0 | 0.61 | 0.71 | 0.22 | 8.57 | 0.55 | 0.5 |
| Hex | C6 | 4E | 3A | 0 | 3D | 47 | 16 | 9 | 37 | 32 |
| Octal | 306 | 116 | 72 | 0 | 75 | 107 | 26 | 11 | 67 | 62 |
| Binary | 11000110 | 1001110 | 111010 | 0 | 111101 | 1000111 | 10110 | 1001 | 110111 | 110010 |
Color Harmonies of #C64E3A
Complementary color
Monochromatic Colors of #C64E3A
Black with #C64E3A
Text Example
Text Example
White with #C64E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E3A; }
p { color: rgb(198,78,58); }
H1.HeaderClassName
{
color: #C64E3A;
}
.AnyTagClassName
{
color: #C64E3A;
}
</style>
background-color css
<style>
a { background-color: #C64E3A; }
a { background-color: rgb(198,78,58); }
div.DivClassName
{
background-color: #C64E3A;
}
.BgClassName
{
background-color: #C64E3A;
}
</style>
border-color css
<style>
span { border-color: #C64E3A; }
span { border-color: rgb(198,78,58); }
td.TdClassName
{
border-color: #C64E3A;
}
.TagClassName
{
border-color: #C64E3A;
}
</style>