Shades of Grenadier #C6473B
Tints of Grenadier #C6473B
RGB
CMYK
RGB Variations
Color information
#C6473B (or 0xC6473B) is known color: Grenadier. HEX triplet: C6, 47 and 3B. RGB value is (198,71,59). Sum of RGB (Red+Green+Blue) = 198+71+59=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6473B is #39B8C4. Grayscale: #6B6B6B. Windows color (decimal): -3782853 or 3884998. OLE color: 3884998.
HSL color Cylindrical-coordinate representation of color #C6473B: hue angle of 5.18º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6473B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 59 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.22 |
| HSL | 5.18º | 0.55% | 0.5% | - |
| HSV(B) | 5.18º | 0.7% | 0.78% | - |
| XYZ | 26.33 | 16.83 | 6 | - |
| YUV | 107.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 59 | 0 | 0.64 | 0.70 | 0.22 | 5.18 | 0.55 | 0.5 |
| Hex | C6 | 47 | 3B | 0 | 40 | 46 | 16 | 5 | 37 | 32 |
| Octal | 306 | 107 | 73 | 0 | 100 | 106 | 26 | 5 | 67 | 62 |
| Binary | 11000110 | 1000111 | 111011 | 0 | 1000000 | 1000110 | 10110 | 101 | 110111 | 110010 |
Color Harmonies of #C6473B
Complementary color
Monochromatic Colors of #C6473B
Black with #C6473B
Text Example
Text Example
White with #C6473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6473B; }
p { color: rgb(198,71,59); }
H1.HeaderClassName
{
color: #C6473B;
}
.AnyTagClassName
{
color: #C6473B;
}
</style>
background-color css
<style>
a { background-color: #C6473B; }
a { background-color: rgb(198,71,59); }
div.DivClassName
{
background-color: #C6473B;
}
.BgClassName
{
background-color: #C6473B;
}
</style>
border-color css
<style>
span { border-color: #C6473B; }
span { border-color: rgb(198,71,59); }
td.TdClassName
{
border-color: #C6473B;
}
.TagClassName
{
border-color: #C6473B;
}
</style>