Shades of Grenadier #C64537
Tints of Grenadier #C64537
RGB
CMYK
RGB Variations
Color information
#C64537 (or 0xC64537) is known color: Grenadier. HEX triplet: C6, 45 and 37. RGB value is (198,69,55). Sum of RGB (Red+Green+Blue) = 198+69+55=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C64537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64537 is #39BAC8. Grayscale: #6A6A6A. Windows color (decimal): -3783369 or 3622342. OLE color: 3622342.
HSL color Cylindrical-coordinate representation of color #C64537: hue angle of 5.87º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C64537 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 55 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.22 |
| HSL | 5.87º | 0.57% | 0.5% | - |
| HSV(B) | 5.87º | 0.72% | 0.78% | - |
| XYZ | 26.11 | 16.54 | 5.43 | - |
| YUV | 105.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 55 | 0 | 0.65 | 0.72 | 0.22 | 5.87 | 0.57 | 0.5 |
| Hex | C6 | 45 | 37 | 0 | 41 | 48 | 16 | 6 | 39 | 32 |
| Octal | 306 | 105 | 67 | 0 | 101 | 110 | 26 | 6 | 71 | 62 |
| Binary | 11000110 | 1000101 | 110111 | 0 | 1000001 | 1001000 | 10110 | 110 | 111001 | 110010 |
Color Harmonies of #C64537
Complementary color
Monochromatic Colors of #C64537
Black with #C64537
Text Example
Text Example
White with #C64537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64537; }
p { color: rgb(198,69,55); }
H1.HeaderClassName
{
color: #C64537;
}
.AnyTagClassName
{
color: #C64537;
}
</style>
background-color css
<style>
a { background-color: #C64537; }
a { background-color: rgb(198,69,55); }
div.DivClassName
{
background-color: #C64537;
}
.BgClassName
{
background-color: #C64537;
}
</style>
border-color css
<style>
span { border-color: #C64537; }
span { border-color: rgb(198,69,55); }
td.TdClassName
{
border-color: #C64537;
}
.TagClassName
{
border-color: #C64537;
}
</style>