Shades of Grenadier #C6473D
Tints of Grenadier #C6473D
RGB
CMYK
RGB Variations
Color information
#C6473D (or 0xC6473D) is known color: Grenadier. HEX triplet: C6, 47 and 3D. RGB value is (198,71,61). Sum of RGB (Red+Green+Blue) = 198+71+61=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6473D is #39B8C2. Grayscale: #6B6B6B. Windows color (decimal): -3782851 or 4016070. OLE color: 4016070.
HSL color Cylindrical-coordinate representation of color #C6473D: hue angle of 4.38º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6473D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 61 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.22 |
| HSL | 4.38º | 0.55% | 0.51% | - |
| HSV(B) | 4.38º | 0.69% | 0.78% | - |
| XYZ | 26.38 | 16.85 | 6.28 | - |
| YUV | 107.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 61 | 0 | 0.64 | 0.69 | 0.22 | 4.38 | 0.55 | 0.51 |
| Hex | C6 | 47 | 3D | 0 | 40 | 45 | 16 | 4 | 37 | 33 |
| Octal | 306 | 107 | 75 | 0 | 100 | 105 | 26 | 4 | 67 | 63 |
| Binary | 11000110 | 1000111 | 111101 | 0 | 1000000 | 1000101 | 10110 | 100 | 110111 | 110011 |
Color Harmonies of #C6473D
Complementary color
Monochromatic Colors of #C6473D
Black with #C6473D
Text Example
Text Example
White with #C6473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6473D; }
p { color: rgb(198,71,61); }
H1.HeaderClassName
{
color: #C6473D;
}
.AnyTagClassName
{
color: #C6473D;
}
</style>
background-color css
<style>
a { background-color: #C6473D; }
a { background-color: rgb(198,71,61); }
div.DivClassName
{
background-color: #C6473D;
}
.BgClassName
{
background-color: #C6473D;
}
</style>
border-color css
<style>
span { border-color: #C6473D; }
span { border-color: rgb(198,71,61); }
td.TdClassName
{
border-color: #C6473D;
}
.TagClassName
{
border-color: #C6473D;
}
</style>