Shades of Grenadier #C75040
Tints of Grenadier #C75040
RGB
CMYK
RGB Variations
Color information
#C75040 (or 0xC75040) is known color: Grenadier. HEX triplet: C7, 50 and 40. RGB value is (199,80,64). Sum of RGB (Red+Green+Blue) = 199+80+64=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C75040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75040 is #38AFBF. Grayscale: #717171. Windows color (decimal): -3715008 or 4214983. OLE color: 4214983.
HSL color Cylindrical-coordinate representation of color #C75040: hue angle of 7.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C75040 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 64 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.22 |
| HSL | 7.11º | 0.55% | 0.52% | - |
| HSV(B) | 7.11º | 0.68% | 0.78% | - |
| XYZ | 27.35 | 18.25 | 6.93 | - |
| YUV | 113.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 64 | 0 | 0.60 | 0.68 | 0.22 | 7.11 | 0.55 | 0.52 |
| Hex | C7 | 50 | 40 | 0 | 3C | 44 | 16 | 7 | 37 | 34 |
| Octal | 307 | 120 | 100 | 0 | 74 | 104 | 26 | 7 | 67 | 64 |
| Binary | 11000111 | 1010000 | 1000000 | 0 | 111100 | 1000100 | 10110 | 111 | 110111 | 110100 |
Color Harmonies of #C75040
Complementary color
Monochromatic Colors of #C75040
Black with #C75040
Text Example
Text Example
White with #C75040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75040; }
p { color: rgb(199,80,64); }
H1.HeaderClassName
{
color: #C75040;
}
.AnyTagClassName
{
color: #C75040;
}
</style>
background-color css
<style>
a { background-color: #C75040; }
a { background-color: rgb(199,80,64); }
div.DivClassName
{
background-color: #C75040;
}
.BgClassName
{
background-color: #C75040;
}
</style>
border-color css
<style>
span { border-color: #C75040; }
span { border-color: rgb(199,80,64); }
td.TdClassName
{
border-color: #C75040;
}
.TagClassName
{
border-color: #C75040;
}
</style>