Shades of Grenadier #C64538
Tints of Grenadier #C64538
RGB
CMYK
RGB Variations
Color information
#C64538 (or 0xC64538) is known color: Grenadier. HEX triplet: C6, 45 and 38. RGB value is (198,69,56). Sum of RGB (Red+Green+Blue) = 198+69+56=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C64538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64538 is #39BAC7. Grayscale: #6A6A6A. Windows color (decimal): -3783368 or 3687878. OLE color: 3687878.
HSL color Cylindrical-coordinate representation of color #C64538: hue angle of 5.49º degrees, saturation: 0.56, 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 #C64538 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 56 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.22 |
| HSL | 5.49º | 0.56% | 0.5% | - |
| HSV(B) | 5.49º | 0.72% | 0.78% | - |
| XYZ | 26.13 | 16.55 | 5.56 | - |
| YUV | 106.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 56 | 0 | 0.65 | 0.72 | 0.22 | 5.49 | 0.56 | 0.5 |
| Hex | C6 | 45 | 38 | 0 | 41 | 48 | 16 | 5 | 38 | 32 |
| Octal | 306 | 105 | 70 | 0 | 101 | 110 | 26 | 5 | 70 | 62 |
| Binary | 11000110 | 1000101 | 111000 | 0 | 1000001 | 1001000 | 10110 | 101 | 111000 | 110010 |
Color Harmonies of #C64538
Complementary color
Monochromatic Colors of #C64538
Black with #C64538
Text Example
Text Example
White with #C64538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64538; }
p { color: rgb(198,69,56); }
H1.HeaderClassName
{
color: #C64538;
}
.AnyTagClassName
{
color: #C64538;
}
</style>
background-color css
<style>
a { background-color: #C64538; }
a { background-color: rgb(198,69,56); }
div.DivClassName
{
background-color: #C64538;
}
.BgClassName
{
background-color: #C64538;
}
</style>
border-color css
<style>
span { border-color: #C64538; }
span { border-color: rgb(198,69,56); }
td.TdClassName
{
border-color: #C64538;
}
.TagClassName
{
border-color: #C64538;
}
</style>