Shades of Grenadier #C64D3F
Tints of Grenadier #C64D3F
RGB
CMYK
RGB Variations
Color information
#C64D3F (or 0xC64D3F) is known color: Grenadier. HEX triplet: C6, 4D and 3F. RGB value is (198,77,63). Sum of RGB (Red+Green+Blue) = 198+77+63=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64D3F is #39B2C0. Grayscale: #6F6F6F. Windows color (decimal): -3781313 or 4148678. OLE color: 4148678.
HSL color Cylindrical-coordinate representation of color #C64D3F: hue angle of 6.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64D3F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 63 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.22 |
| HSL | 6.22º | 0.54% | 0.51% | - |
| HSV(B) | 6.22º | 0.68% | 0.78% | - |
| XYZ | 26.84 | 17.67 | 6.7 | - |
| YUV | 111.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 63 | 0 | 0.61 | 0.68 | 0.22 | 6.22 | 0.54 | 0.51 |
| Hex | C6 | 4D | 3F | 0 | 3D | 44 | 16 | 6 | 36 | 33 |
| Octal | 306 | 115 | 77 | 0 | 75 | 104 | 26 | 6 | 66 | 63 |
| Binary | 11000110 | 1001101 | 111111 | 0 | 111101 | 1000100 | 10110 | 110 | 110110 | 110011 |
Color Harmonies of #C64D3F
Complementary color
Monochromatic Colors of #C64D3F
Black with #C64D3F
Text Example
Text Example
White with #C64D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D3F; }
p { color: rgb(198,77,63); }
H1.HeaderClassName
{
color: #C64D3F;
}
.AnyTagClassName
{
color: #C64D3F;
}
</style>
background-color css
<style>
a { background-color: #C64D3F; }
a { background-color: rgb(198,77,63); }
div.DivClassName
{
background-color: #C64D3F;
}
.BgClassName
{
background-color: #C64D3F;
}
</style>
border-color css
<style>
span { border-color: #C64D3F; }
span { border-color: rgb(198,77,63); }
td.TdClassName
{
border-color: #C64D3F;
}
.TagClassName
{
border-color: #C64D3F;
}
</style>