Shades of Grenadier #C7503C
Tints of Grenadier #C7503C
RGB
CMYK
RGB Variations
Color information
#C7503C (or 0xC7503C) is known color: Grenadier. HEX triplet: C7, 50 and 3C. RGB value is (199,80,60). Sum of RGB (Red+Green+Blue) = 199+80+60=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7503C is #38AFC3. Grayscale: #717171. Windows color (decimal): -3715012 or 3952839. OLE color: 3952839.
HSL color Cylindrical-coordinate representation of color #C7503C: hue angle of 8.63º 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 #C7503C is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 60 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.22 |
| HSL | 8.63º | 0.55% | 0.51% | - |
| HSV(B) | 8.63º | 0.7% | 0.78% | - |
| XYZ | 27.24 | 18.21 | 6.35 | - |
| YUV | 113.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 60 | 0 | 0.60 | 0.70 | 0.22 | 8.63 | 0.55 | 0.51 |
| Hex | C7 | 50 | 3C | 0 | 3C | 46 | 16 | 9 | 37 | 33 |
| Octal | 307 | 120 | 74 | 0 | 74 | 106 | 26 | 11 | 67 | 63 |
| Binary | 11000111 | 1010000 | 111100 | 0 | 111100 | 1000110 | 10110 | 1001 | 110111 | 110011 |
Color Harmonies of #C7503C
Complementary color
Monochromatic Colors of #C7503C
Black with #C7503C
Text Example
Text Example
White with #C7503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7503C; }
p { color: rgb(199,80,60); }
H1.HeaderClassName
{
color: #C7503C;
}
.AnyTagClassName
{
color: #C7503C;
}
</style>
background-color css
<style>
a { background-color: #C7503C; }
a { background-color: rgb(199,80,60); }
div.DivClassName
{
background-color: #C7503C;
}
.BgClassName
{
background-color: #C7503C;
}
</style>
border-color css
<style>
span { border-color: #C7503C; }
span { border-color: rgb(199,80,60); }
td.TdClassName
{
border-color: #C7503C;
}
.TagClassName
{
border-color: #C7503C;
}
</style>