Shades of Grenadier #C64E39
Tints of Grenadier #C64E39
RGB
CMYK
RGB Variations
Color information
#C64E39 (or 0xC64E39) is known color: Grenadier. HEX triplet: C6, 4E and 39. RGB value is (198,78,57). Sum of RGB (Red+Green+Blue) = 198+78+57=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E39 is #39B1C6. Grayscale: #6F6F6F. Windows color (decimal): -3781063 or 3755718. OLE color: 3755718.
HSL color Cylindrical-coordinate representation of color #C64E39: hue angle of 8.94º 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 #C64E39 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 57 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.22 |
| HSL | 8.94º | 0.55% | 0.5% | - |
| HSV(B) | 8.94º | 0.71% | 0.78% | - |
| XYZ | 26.75 | 17.75 | 5.89 | - |
| YUV | 111.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 57 | 0 | 0.61 | 0.71 | 0.22 | 8.94 | 0.55 | 0.5 |
| Hex | C6 | 4E | 39 | 0 | 3D | 47 | 16 | 9 | 37 | 32 |
| Octal | 306 | 116 | 71 | 0 | 75 | 107 | 26 | 11 | 67 | 62 |
| Binary | 11000110 | 1001110 | 111001 | 0 | 111101 | 1000111 | 10110 | 1001 | 110111 | 110010 |
Color Harmonies of #C64E39
Complementary color
Monochromatic Colors of #C64E39
Black with #C64E39
Text Example
Text Example
White with #C64E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E39; }
p { color: rgb(198,78,57); }
H1.HeaderClassName
{
color: #C64E39;
}
.AnyTagClassName
{
color: #C64E39;
}
</style>
background-color css
<style>
a { background-color: #C64E39; }
a { background-color: rgb(198,78,57); }
div.DivClassName
{
background-color: #C64E39;
}
.BgClassName
{
background-color: #C64E39;
}
</style>
border-color css
<style>
span { border-color: #C64E39; }
span { border-color: rgb(198,78,57); }
td.TdClassName
{
border-color: #C64E39;
}
.TagClassName
{
border-color: #C64E39;
}
</style>