Shades of Grenadier #C64434
Tints of Grenadier #C64434
RGB
CMYK
RGB Variations
Color information
#C64434 (or 0xC64434) is known color: Grenadier. HEX triplet: C6, 44 and 34. RGB value is (198,68,52). Sum of RGB (Red+Green+Blue) = 198+68+52=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64434 is #39BBCB. Grayscale: #696969. Windows color (decimal): -3783628 or 3425478. OLE color: 3425478.
HSL color Cylindrical-coordinate representation of color #C64434: hue angle of 6.58º 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 #C64434 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 52 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.22 |
| HSL | 6.58º | 0.58% | 0.49% | - |
| HSV(B) | 6.58º | 0.74% | 0.78% | - |
| XYZ | 25.98 | 16.39 | 5.04 | - |
| YUV | 105.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 52 | 0 | 0.66 | 0.74 | 0.22 | 6.58 | 0.58 | 0.49 |
| Hex | C6 | 44 | 34 | 0 | 42 | 4A | 16 | 7 | 3A | 31 |
| Octal | 306 | 104 | 64 | 0 | 102 | 112 | 26 | 7 | 72 | 61 |
| Binary | 11000110 | 1000100 | 110100 | 0 | 1000010 | 1001010 | 10110 | 111 | 111010 | 110001 |
Color Harmonies of #C64434
Complementary color
Monochromatic Colors of #C64434
Black with #C64434
Text Example
Text Example
White with #C64434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64434; }
p { color: rgb(198,68,52); }
H1.HeaderClassName
{
color: #C64434;
}
.AnyTagClassName
{
color: #C64434;
}
</style>
background-color css
<style>
a { background-color: #C64434; }
a { background-color: rgb(198,68,52); }
div.DivClassName
{
background-color: #C64434;
}
.BgClassName
{
background-color: #C64434;
}
</style>
border-color css
<style>
span { border-color: #C64434; }
span { border-color: rgb(198,68,52); }
td.TdClassName
{
border-color: #C64434;
}
.TagClassName
{
border-color: #C64434;
}
</style>