Shades of Grenadier #C64A39
Tints of Grenadier #C64A39
RGB
CMYK
RGB Variations
Color information
#C64A39 (or 0xC64A39) is known color: Grenadier. HEX triplet: C6, 4A and 39. RGB value is (198,74,57). Sum of RGB (Red+Green+Blue) = 198+74+57=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A39 is #39B5C6. Grayscale: #6D6D6D. Windows color (decimal): -3782087 or 3754694. OLE color: 3754694.
HSL color Cylindrical-coordinate representation of color #C64A39: hue angle of 7.23º 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 #C64A39 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 57 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.22 |
| HSL | 7.23º | 0.55% | 0.5% | - |
| HSV(B) | 7.23º | 0.71% | 0.78% | - |
| XYZ | 26.48 | 17.2 | 5.8 | - |
| YUV | 109.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 57 | 0 | 0.63 | 0.71 | 0.22 | 7.23 | 0.55 | 0.5 |
| Hex | C6 | 4A | 39 | 0 | 3F | 47 | 16 | 7 | 37 | 32 |
| Octal | 306 | 112 | 71 | 0 | 77 | 107 | 26 | 7 | 67 | 62 |
| Binary | 11000110 | 1001010 | 111001 | 0 | 111111 | 1000111 | 10110 | 111 | 110111 | 110010 |
Color Harmonies of #C64A39
Complementary color
Monochromatic Colors of #C64A39
Black with #C64A39
Text Example
Text Example
White with #C64A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A39; }
p { color: rgb(198,74,57); }
H1.HeaderClassName
{
color: #C64A39;
}
.AnyTagClassName
{
color: #C64A39;
}
</style>
background-color css
<style>
a { background-color: #C64A39; }
a { background-color: rgb(198,74,57); }
div.DivClassName
{
background-color: #C64A39;
}
.BgClassName
{
background-color: #C64A39;
}
</style>
border-color css
<style>
span { border-color: #C64A39; }
span { border-color: rgb(198,74,57); }
td.TdClassName
{
border-color: #C64A39;
}
.TagClassName
{
border-color: #C64A39;
}
</style>