Shades of Grenadier #C6473A
Tints of Grenadier #C6473A
RGB
CMYK
RGB Variations
Color information
#C6473A (or 0xC6473A) is known color: Grenadier. HEX triplet: C6, 47 and 3A. RGB value is (198,71,58). Sum of RGB (Red+Green+Blue) = 198+71+58=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6473A is #39B8C5. Grayscale: #6B6B6B. Windows color (decimal): -3782854 or 3819462. OLE color: 3819462.
HSL color Cylindrical-coordinate representation of color #C6473A: hue angle of 5.57º 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 #C6473A is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 58 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.22 |
| HSL | 5.57º | 0.55% | 0.5% | - |
| HSV(B) | 5.57º | 0.71% | 0.78% | - |
| XYZ | 26.31 | 16.82 | 5.86 | - |
| YUV | 107.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 58 | 0 | 0.64 | 0.71 | 0.22 | 5.57 | 0.55 | 0.5 |
| Hex | C6 | 47 | 3A | 0 | 40 | 47 | 16 | 6 | 37 | 32 |
| Octal | 306 | 107 | 72 | 0 | 100 | 107 | 26 | 6 | 67 | 62 |
| Binary | 11000110 | 1000111 | 111010 | 0 | 1000000 | 1000111 | 10110 | 110 | 110111 | 110010 |
Color Harmonies of #C6473A
Complementary color
Monochromatic Colors of #C6473A
Black with #C6473A
Text Example
Text Example
White with #C6473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6473A; }
p { color: rgb(198,71,58); }
H1.HeaderClassName
{
color: #C6473A;
}
.AnyTagClassName
{
color: #C6473A;
}
</style>
background-color css
<style>
a { background-color: #C6473A; }
a { background-color: rgb(198,71,58); }
div.DivClassName
{
background-color: #C6473A;
}
.BgClassName
{
background-color: #C6473A;
}
</style>
border-color css
<style>
span { border-color: #C6473A; }
span { border-color: rgb(198,71,58); }
td.TdClassName
{
border-color: #C6473A;
}
.TagClassName
{
border-color: #C6473A;
}
</style>