Shades of Grenadier #C64632
Tints of Grenadier #C64632
RGB
CMYK
RGB Variations
Color information
#C64632 (or 0xC64632) is known color: Grenadier. HEX triplet: C6, 46 and 32. RGB value is (198,70,50). Sum of RGB (Red+Green+Blue) = 198+70+50=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64632 is #39B9CD. Grayscale: #6A6A6A. Windows color (decimal): -3783118 or 3294918. OLE color: 3294918.
HSL color Cylindrical-coordinate representation of color #C64632: hue angle of 8.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64632 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 50 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.22 |
| HSL | 8.11º | 0.6% | 0.49% | - |
| HSV(B) | 8.11º | 0.75% | 0.78% | - |
| XYZ | 26.05 | 16.62 | 4.85 | - |
| YUV | 105.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 50 | 0 | 0.65 | 0.75 | 0.22 | 8.11 | 0.6 | 0.49 |
| Hex | C6 | 46 | 32 | 0 | 41 | 4B | 16 | 8 | 3C | 31 |
| Octal | 306 | 106 | 62 | 0 | 101 | 113 | 26 | 10 | 74 | 61 |
| Binary | 11000110 | 1000110 | 110010 | 0 | 1000001 | 1001011 | 10110 | 1000 | 111100 | 110001 |
Color Harmonies of #C64632
Complementary color
Monochromatic Colors of #C64632
Black with #C64632
Text Example
Text Example
White with #C64632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64632; }
p { color: rgb(198,70,50); }
H1.HeaderClassName
{
color: #C64632;
}
.AnyTagClassName
{
color: #C64632;
}
</style>
background-color css
<style>
a { background-color: #C64632; }
a { background-color: rgb(198,70,50); }
div.DivClassName
{
background-color: #C64632;
}
.BgClassName
{
background-color: #C64632;
}
</style>
border-color css
<style>
span { border-color: #C64632; }
span { border-color: rgb(198,70,50); }
td.TdClassName
{
border-color: #C64632;
}
.TagClassName
{
border-color: #C64632;
}
</style>