Shades of Grenadier #C64631
Tints of Grenadier #C64631
RGB
CMYK
RGB Variations
Color information
#C64631 (or 0xC64631) is known color: Grenadier. HEX triplet: C6, 46 and 31. RGB value is (198,70,49). Sum of RGB (Red+Green+Blue) = 198+70+49=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C64631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64631 is #39B9CE. Grayscale: #6A6A6A. Windows color (decimal): -3783119 or 3229382. OLE color: 3229382.
HSL color Cylindrical-coordinate representation of color #C64631: hue angle of 8.46º 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 #C64631 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 49 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.22 |
| HSL | 8.46º | 0.6% | 0.48% | - |
| HSV(B) | 8.46º | 0.75% | 0.78% | - |
| XYZ | 26.03 | 16.61 | 4.74 | - |
| YUV | 105.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 49 | 0 | 0.65 | 0.75 | 0.22 | 8.46 | 0.6 | 0.48 |
| Hex | C6 | 46 | 31 | 0 | 41 | 4B | 16 | 8 | 3C | 30 |
| Octal | 306 | 106 | 61 | 0 | 101 | 113 | 26 | 10 | 74 | 60 |
| Binary | 11000110 | 1000110 | 110001 | 0 | 1000001 | 1001011 | 10110 | 1000 | 111100 | 110000 |
Color Harmonies of #C64631
Complementary color
Monochromatic Colors of #C64631
Black with #C64631
Text Example
Text Example
White with #C64631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64631; }
p { color: rgb(198,70,49); }
H1.HeaderClassName
{
color: #C64631;
}
.AnyTagClassName
{
color: #C64631;
}
</style>
background-color css
<style>
a { background-color: #C64631; }
a { background-color: rgb(198,70,49); }
div.DivClassName
{
background-color: #C64631;
}
.BgClassName
{
background-color: #C64631;
}
</style>
border-color css
<style>
span { border-color: #C64631; }
span { border-color: rgb(198,70,49); }
td.TdClassName
{
border-color: #C64631;
}
.TagClassName
{
border-color: #C64631;
}
</style>