Shades of Grenadier #C64634
Tints of Grenadier #C64634
RGB
CMYK
RGB Variations
Color information
#C64634 (or 0xC64634) is known color: Grenadier. HEX triplet: C6, 46 and 34. RGB value is (198,70,52). Sum of RGB (Red+Green+Blue) = 198+70+52=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C64634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64634 is #39B9CB. Grayscale: #6A6A6A. Windows color (decimal): -3783116 or 3425990. OLE color: 3425990.
HSL color Cylindrical-coordinate representation of color #C64634: hue angle of 7.4º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C64634 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 52 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.22 |
| HSL | 7.4º | 0.58% | 0.49% | - |
| HSV(B) | 7.4º | 0.74% | 0.78% | - |
| XYZ | 26.1 | 16.63 | 5.08 | - |
| YUV | 106.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 52 | 0 | 0.65 | 0.74 | 0.22 | 7.4 | 0.58 | 0.49 |
| Hex | C6 | 46 | 34 | 0 | 41 | 4A | 16 | 7 | 3A | 31 |
| Octal | 306 | 106 | 64 | 0 | 101 | 112 | 26 | 7 | 72 | 61 |
| Binary | 11000110 | 1000110 | 110100 | 0 | 1000001 | 1001010 | 10110 | 111 | 111010 | 110001 |
Color Harmonies of #C64634
Complementary color
Monochromatic Colors of #C64634
Black with #C64634
Text Example
Text Example
White with #C64634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64634; }
p { color: rgb(198,70,52); }
H1.HeaderClassName
{
color: #C64634;
}
.AnyTagClassName
{
color: #C64634;
}
</style>
background-color css
<style>
a { background-color: #C64634; }
a { background-color: rgb(198,70,52); }
div.DivClassName
{
background-color: #C64634;
}
.BgClassName
{
background-color: #C64634;
}
</style>
border-color css
<style>
span { border-color: #C64634; }
span { border-color: rgb(198,70,52); }
td.TdClassName
{
border-color: #C64634;
}
.TagClassName
{
border-color: #C64634;
}
</style>