Shades of Grenadier #C7473C
Tints of Grenadier #C7473C
RGB
CMYK
RGB Variations
Color information
#C7473C (or 0xC7473C) is known color: Grenadier. HEX triplet: C7, 47 and 3C. RGB value is (199,71,60). Sum of RGB (Red+Green+Blue) = 199+71+60=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7473C is #38B8C3. Grayscale: #6C6C6C. Windows color (decimal): -3717316 or 3950535. OLE color: 3950535.
HSL color Cylindrical-coordinate representation of color #C7473C: hue angle of 4.75º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7473C is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 60 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.22 |
| HSL | 4.75º | 0.55% | 0.51% | - |
| HSV(B) | 4.75º | 0.7% | 0.78% | - |
| XYZ | 26.62 | 16.97 | 6.15 | - |
| YUV | 108.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 60 | 0 | 0.64 | 0.70 | 0.22 | 4.75 | 0.55 | 0.51 |
| Hex | C7 | 47 | 3C | 0 | 40 | 46 | 16 | 5 | 37 | 33 |
| Octal | 307 | 107 | 74 | 0 | 100 | 106 | 26 | 5 | 67 | 63 |
| Binary | 11000111 | 1000111 | 111100 | 0 | 1000000 | 1000110 | 10110 | 101 | 110111 | 110011 |
Color Harmonies of #C7473C
Complementary color
Monochromatic Colors of #C7473C
Black with #C7473C
Text Example
Text Example
White with #C7473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7473C; }
p { color: rgb(199,71,60); }
H1.HeaderClassName
{
color: #C7473C;
}
.AnyTagClassName
{
color: #C7473C;
}
</style>
background-color css
<style>
a { background-color: #C7473C; }
a { background-color: rgb(199,71,60); }
div.DivClassName
{
background-color: #C7473C;
}
.BgClassName
{
background-color: #C7473C;
}
</style>
border-color css
<style>
span { border-color: #C7473C; }
span { border-color: rgb(199,71,60); }
td.TdClassName
{
border-color: #C7473C;
}
.TagClassName
{
border-color: #C7473C;
}
</style>