Shades of Grenadier #C65140
Tints of Grenadier #C65140
RGB
CMYK
RGB Variations
Color information
#C65140 (or 0xC65140) is known color: Grenadier. HEX triplet: C6, 51 and 40. RGB value is (198,81,64). Sum of RGB (Red+Green+Blue) = 198+81+64=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C65140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65140 is #39AEBF. Grayscale: #727272. Windows color (decimal): -3780288 or 4215238. OLE color: 4215238.
HSL color Cylindrical-coordinate representation of color #C65140: hue angle of 7.61º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C65140 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 64 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.22 |
| HSL | 7.61º | 0.54% | 0.51% | - |
| HSV(B) | 7.61º | 0.68% | 0.78% | - |
| XYZ | 27.16 | 18.26 | 6.94 | - |
| YUV | 114.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 64 | 0 | 0.59 | 0.68 | 0.22 | 7.61 | 0.54 | 0.51 |
| Hex | C6 | 51 | 40 | 0 | 3B | 44 | 16 | 8 | 36 | 33 |
| Octal | 306 | 121 | 100 | 0 | 73 | 104 | 26 | 10 | 66 | 63 |
| Binary | 11000110 | 1010001 | 1000000 | 0 | 111011 | 1000100 | 10110 | 1000 | 110110 | 110011 |
Color Harmonies of #C65140
Complementary color
Monochromatic Colors of #C65140
Black with #C65140
Text Example
Text Example
White with #C65140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65140; }
p { color: rgb(198,81,64); }
H1.HeaderClassName
{
color: #C65140;
}
.AnyTagClassName
{
color: #C65140;
}
</style>
background-color css
<style>
a { background-color: #C65140; }
a { background-color: rgb(198,81,64); }
div.DivClassName
{
background-color: #C65140;
}
.BgClassName
{
background-color: #C65140;
}
</style>
border-color css
<style>
span { border-color: #C65140; }
span { border-color: rgb(198,81,64); }
td.TdClassName
{
border-color: #C65140;
}
.TagClassName
{
border-color: #C65140;
}
</style>