Shades of Grenadier #C64839
Tints of Grenadier #C64839
RGB
CMYK
RGB Variations
Color information
#C64839 (or 0xC64839) is known color: Grenadier. HEX triplet: C6, 48 and 39. RGB value is (198,72,57). Sum of RGB (Red+Green+Blue) = 198+72+57=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C64839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64839 is #39B7C6. Grayscale: #6C6C6C. Windows color (decimal): -3782599 or 3754182. OLE color: 3754182.
HSL color Cylindrical-coordinate representation of color #C64839: hue angle of 6.38º 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 #C64839 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 57 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.22 |
| HSL | 6.38º | 0.55% | 0.5% | - |
| HSV(B) | 6.38º | 0.71% | 0.78% | - |
| XYZ | 26.34 | 16.94 | 5.75 | - |
| YUV | 107.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 57 | 0 | 0.64 | 0.71 | 0.22 | 6.38 | 0.55 | 0.5 |
| Hex | C6 | 48 | 39 | 0 | 40 | 47 | 16 | 6 | 37 | 32 |
| Octal | 306 | 110 | 71 | 0 | 100 | 107 | 26 | 6 | 67 | 62 |
| Binary | 11000110 | 1001000 | 111001 | 0 | 1000000 | 1000111 | 10110 | 110 | 110111 | 110010 |
Color Harmonies of #C64839
Complementary color
Monochromatic Colors of #C64839
Black with #C64839
Text Example
Text Example
White with #C64839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64839; }
p { color: rgb(198,72,57); }
H1.HeaderClassName
{
color: #C64839;
}
.AnyTagClassName
{
color: #C64839;
}
</style>
background-color css
<style>
a { background-color: #C64839; }
a { background-color: rgb(198,72,57); }
div.DivClassName
{
background-color: #C64839;
}
.BgClassName
{
background-color: #C64839;
}
</style>
border-color css
<style>
span { border-color: #C64839; }
span { border-color: rgb(198,72,57); }
td.TdClassName
{
border-color: #C64839;
}
.TagClassName
{
border-color: #C64839;
}
</style>