Shades of Grenadier #C64736
Tints of Grenadier #C64736
RGB
CMYK
RGB Variations
Color information
#C64736 (or 0xC64736) is known color: Grenadier. HEX triplet: C6, 47 and 36. RGB value is (198,71,54). Sum of RGB (Red+Green+Blue) = 198+71+54=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C64736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64736 is #39B8C9. Grayscale: #6B6B6B. Windows color (decimal): -3782858 or 3557318. OLE color: 3557318.
HSL color Cylindrical-coordinate representation of color #C64736: hue angle of 7.08º degrees, saturation: 0.57, 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 #C64736 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 54 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.22 |
| HSL | 7.08º | 0.57% | 0.49% | - |
| HSV(B) | 7.08º | 0.73% | 0.78% | - |
| XYZ | 26.21 | 16.78 | 5.35 | - |
| YUV | 107.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 54 | 0 | 0.64 | 0.73 | 0.22 | 7.08 | 0.57 | 0.49 |
| Hex | C6 | 47 | 36 | 0 | 40 | 49 | 16 | 7 | 39 | 31 |
| Octal | 306 | 107 | 66 | 0 | 100 | 111 | 26 | 7 | 71 | 61 |
| Binary | 11000110 | 1000111 | 110110 | 0 | 1000000 | 1001001 | 10110 | 111 | 111001 | 110001 |
Color Harmonies of #C64736
Complementary color
Monochromatic Colors of #C64736
Black with #C64736
Text Example
Text Example
White with #C64736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64736; }
p { color: rgb(198,71,54); }
H1.HeaderClassName
{
color: #C64736;
}
.AnyTagClassName
{
color: #C64736;
}
</style>
background-color css
<style>
a { background-color: #C64736; }
a { background-color: rgb(198,71,54); }
div.DivClassName
{
background-color: #C64736;
}
.BgClassName
{
background-color: #C64736;
}
</style>
border-color css
<style>
span { border-color: #C64736; }
span { border-color: rgb(198,71,54); }
td.TdClassName
{
border-color: #C64736;
}
.TagClassName
{
border-color: #C64736;
}
</style>