Shades of Grenadier #C64D39
Tints of Grenadier #C64D39
RGB
CMYK
RGB Variations
Color information
#C64D39 (or 0xC64D39) is known color: Grenadier. HEX triplet: C6, 4D and 39. RGB value is (198,77,57). Sum of RGB (Red+Green+Blue) = 198+77+57=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64D39 is #39B2C6. Grayscale: #6F6F6F. Windows color (decimal): -3781319 or 3755462. OLE color: 3755462.
HSL color Cylindrical-coordinate representation of color #C64D39: hue angle of 8.51º 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 #C64D39 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 57 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.22 |
| HSL | 8.51º | 0.55% | 0.5% | - |
| HSV(B) | 8.51º | 0.71% | 0.78% | - |
| XYZ | 26.68 | 17.61 | 5.86 | - |
| YUV | 110.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 57 | 0 | 0.61 | 0.71 | 0.22 | 8.51 | 0.55 | 0.5 |
| Hex | C6 | 4D | 39 | 0 | 3D | 47 | 16 | 9 | 37 | 32 |
| Octal | 306 | 115 | 71 | 0 | 75 | 107 | 26 | 11 | 67 | 62 |
| Binary | 11000110 | 1001101 | 111001 | 0 | 111101 | 1000111 | 10110 | 1001 | 110111 | 110010 |
Color Harmonies of #C64D39
Complementary color
Monochromatic Colors of #C64D39
Black with #C64D39
Text Example
Text Example
White with #C64D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D39; }
p { color: rgb(198,77,57); }
H1.HeaderClassName
{
color: #C64D39;
}
.AnyTagClassName
{
color: #C64D39;
}
</style>
background-color css
<style>
a { background-color: #C64D39; }
a { background-color: rgb(198,77,57); }
div.DivClassName
{
background-color: #C64D39;
}
.BgClassName
{
background-color: #C64D39;
}
</style>
border-color css
<style>
span { border-color: #C64D39; }
span { border-color: rgb(198,77,57); }
td.TdClassName
{
border-color: #C64D39;
}
.TagClassName
{
border-color: #C64D39;
}
</style>