Shades of Grenadier #C64A3F
Tints of Grenadier #C64A3F
RGB
CMYK
RGB Variations
Color information
#C64A3F (or 0xC64A3F) is known color: Grenadier. HEX triplet: C6, 4A and 3F. RGB value is (198,74,63). Sum of RGB (Red+Green+Blue) = 198+74+63=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A3F is #39B5C0. Grayscale: #6D6D6D. Windows color (decimal): -3782081 or 4147910. OLE color: 4147910.
HSL color Cylindrical-coordinate representation of color #C64A3F: hue angle of 4.89º 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 #C64A3F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 63 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.22 |
| HSL | 4.89º | 0.54% | 0.51% | - |
| HSV(B) | 4.89º | 0.68% | 0.78% | - |
| XYZ | 26.63 | 17.26 | 6.63 | - |
| YUV | 109.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 63 | 0 | 0.63 | 0.68 | 0.22 | 4.89 | 0.54 | 0.51 |
| Hex | C6 | 4A | 3F | 0 | 3F | 44 | 16 | 5 | 36 | 33 |
| Octal | 306 | 112 | 77 | 0 | 77 | 104 | 26 | 5 | 66 | 63 |
| Binary | 11000110 | 1001010 | 111111 | 0 | 111111 | 1000100 | 10110 | 101 | 110110 | 110011 |
Color Harmonies of #C64A3F
Complementary color
Monochromatic Colors of #C64A3F
Black with #C64A3F
Text Example
Text Example
White with #C64A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A3F; }
p { color: rgb(198,74,63); }
H1.HeaderClassName
{
color: #C64A3F;
}
.AnyTagClassName
{
color: #C64A3F;
}
</style>
background-color css
<style>
a { background-color: #C64A3F; }
a { background-color: rgb(198,74,63); }
div.DivClassName
{
background-color: #C64A3F;
}
.BgClassName
{
background-color: #C64A3F;
}
</style>
border-color css
<style>
span { border-color: #C64A3F; }
span { border-color: rgb(198,74,63); }
td.TdClassName
{
border-color: #C64A3F;
}
.TagClassName
{
border-color: #C64A3F;
}
</style>