Shades of Grenadier #C64331
Tints of Grenadier #C64331
RGB
CMYK
RGB Variations
Color information
#C64331 (or 0xC64331) is known color: Grenadier. HEX triplet: C6, 43 and 31. RGB value is (198,67,49). Sum of RGB (Red+Green+Blue) = 198+67+49=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C64331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64331 is #39BCCE. Grayscale: #686868. Windows color (decimal): -3783887 or 3228614. OLE color: 3228614.
HSL color Cylindrical-coordinate representation of color #C64331: hue angle of 7.25º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64331 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 49 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.22 |
| HSL | 7.25º | 0.6% | 0.48% | - |
| HSV(B) | 7.25º | 0.75% | 0.78% | - |
| XYZ | 25.85 | 16.24 | 4.68 | - |
| YUV | 104.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 49 | 0 | 0.66 | 0.75 | 0.22 | 7.25 | 0.6 | 0.48 |
| Hex | C6 | 43 | 31 | 0 | 42 | 4B | 16 | 7 | 3C | 30 |
| Octal | 306 | 103 | 61 | 0 | 102 | 113 | 26 | 7 | 74 | 60 |
| Binary | 11000110 | 1000011 | 110001 | 0 | 1000010 | 1001011 | 10110 | 111 | 111100 | 110000 |
Color Harmonies of #C64331
Complementary color
Monochromatic Colors of #C64331
Black with #C64331
Text Example
Text Example
White with #C64331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64331; }
p { color: rgb(198,67,49); }
H1.HeaderClassName
{
color: #C64331;
}
.AnyTagClassName
{
color: #C64331;
}
</style>
background-color css
<style>
a { background-color: #C64331; }
a { background-color: rgb(198,67,49); }
div.DivClassName
{
background-color: #C64331;
}
.BgClassName
{
background-color: #C64331;
}
</style>
border-color css
<style>
span { border-color: #C64331; }
span { border-color: rgb(198,67,49); }
td.TdClassName
{
border-color: #C64331;
}
.TagClassName
{
border-color: #C64331;
}
</style>