Shades of Grenadier #C64D3A
Tints of Grenadier #C64D3A
RGB
CMYK
RGB Variations
Color information
#C64D3A (or 0xC64D3A) is known color: Grenadier. HEX triplet: C6, 4D and 3A. RGB value is (198,77,58). Sum of RGB (Red+Green+Blue) = 198+77+58=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64D3A is #39B2C5. Grayscale: #6F6F6F. Windows color (decimal): -3781318 or 3820998. OLE color: 3820998.
HSL color Cylindrical-coordinate representation of color #C64D3A: hue angle of 8.14º 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 #C64D3A is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 58 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.22 |
| HSL | 8.14º | 0.55% | 0.5% | - |
| HSV(B) | 8.14º | 0.71% | 0.78% | - |
| XYZ | 26.71 | 17.62 | 6 | - |
| YUV | 111.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 58 | 0 | 0.61 | 0.71 | 0.22 | 8.14 | 0.55 | 0.5 |
| Hex | C6 | 4D | 3A | 0 | 3D | 47 | 16 | 8 | 37 | 32 |
| Octal | 306 | 115 | 72 | 0 | 75 | 107 | 26 | 10 | 67 | 62 |
| Binary | 11000110 | 1001101 | 111010 | 0 | 111101 | 1000111 | 10110 | 1000 | 110111 | 110010 |
Color Harmonies of #C64D3A
Complementary color
Monochromatic Colors of #C64D3A
Black with #C64D3A
Text Example
Text Example
White with #C64D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D3A; }
p { color: rgb(198,77,58); }
H1.HeaderClassName
{
color: #C64D3A;
}
.AnyTagClassName
{
color: #C64D3A;
}
</style>
background-color css
<style>
a { background-color: #C64D3A; }
a { background-color: rgb(198,77,58); }
div.DivClassName
{
background-color: #C64D3A;
}
.BgClassName
{
background-color: #C64D3A;
}
</style>
border-color css
<style>
span { border-color: #C64D3A; }
span { border-color: rgb(198,77,58); }
td.TdClassName
{
border-color: #C64D3A;
}
.TagClassName
{
border-color: #C64D3A;
}
</style>