Shades of Grenadier #C64535
Tints of Grenadier #C64535
RGB
CMYK
RGB Variations
Color information
#C64535 (or 0xC64535) is known color: Grenadier. HEX triplet: C6, 45 and 35. RGB value is (198,69,53). Sum of RGB (Red+Green+Blue) = 198+69+53=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C64535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64535 is #39BACA. Grayscale: #696969. Windows color (decimal): -3783371 or 3491270. OLE color: 3491270.
HSL color Cylindrical-coordinate representation of color #C64535: hue angle of 6.62º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C64535 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 53 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.22 |
| HSL | 6.62º | 0.58% | 0.49% | - |
| HSV(B) | 6.62º | 0.73% | 0.78% | - |
| XYZ | 26.06 | 16.52 | 5.18 | - |
| YUV | 105.75 | 98.24 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 53 | 0 | 0.65 | 0.73 | 0.22 | 6.62 | 0.58 | 0.49 |
| Hex | C6 | 45 | 35 | 0 | 41 | 49 | 16 | 7 | 3A | 31 |
| Octal | 306 | 105 | 65 | 0 | 101 | 111 | 26 | 7 | 72 | 61 |
| Binary | 11000110 | 1000101 | 110101 | 0 | 1000001 | 1001001 | 10110 | 111 | 111010 | 110001 |
Color Harmonies of #C64535
Complementary color
Monochromatic Colors of #C64535
Black with #C64535
Text Example
Text Example
White with #C64535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64535; }
p { color: rgb(198,69,53); }
H1.HeaderClassName
{
color: #C64535;
}
.AnyTagClassName
{
color: #C64535;
}
</style>
background-color css
<style>
a { background-color: #C64535; }
a { background-color: rgb(198,69,53); }
div.DivClassName
{
background-color: #C64535;
}
.BgClassName
{
background-color: #C64535;
}
</style>
border-color css
<style>
span { border-color: #C64535; }
span { border-color: rgb(198,69,53); }
td.TdClassName
{
border-color: #C64535;
}
.TagClassName
{
border-color: #C64535;
}
</style>