Shades of Grenadier #C64934
Tints of Grenadier #C64934
RGB
CMYK
RGB Variations
Color information
#C64934 (or 0xC64934) is known color: Grenadier. HEX triplet: C6, 49 and 34. RGB value is (198,73,52). Sum of RGB (Red+Green+Blue) = 198+73+52=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C64934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64934 is #39B6CB. Grayscale: #6C6C6C. Windows color (decimal): -3782348 or 3426758. OLE color: 3426758.
HSL color Cylindrical-coordinate representation of color #C64934: hue angle of 8.63º 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 #C64934 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 52 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.22 |
| HSL | 8.63º | 0.58% | 0.49% | - |
| HSV(B) | 8.63º | 0.74% | 0.78% | - |
| XYZ | 26.29 | 17.02 | 5.15 | - |
| YUV | 107.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 52 | 0 | 0.63 | 0.74 | 0.22 | 8.63 | 0.58 | 0.49 |
| Hex | C6 | 49 | 34 | 0 | 3F | 4A | 16 | 9 | 3A | 31 |
| Octal | 306 | 111 | 64 | 0 | 77 | 112 | 26 | 11 | 72 | 61 |
| Binary | 11000110 | 1001001 | 110100 | 0 | 111111 | 1001010 | 10110 | 1001 | 111010 | 110001 |
Color Harmonies of #C64934
Complementary color
Monochromatic Colors of #C64934
Black with #C64934
Text Example
Text Example
White with #C64934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64934; }
p { color: rgb(198,73,52); }
H1.HeaderClassName
{
color: #C64934;
}
.AnyTagClassName
{
color: #C64934;
}
</style>
background-color css
<style>
a { background-color: #C64934; }
a { background-color: rgb(198,73,52); }
div.DivClassName
{
background-color: #C64934;
}
.BgClassName
{
background-color: #C64934;
}
</style>
border-color css
<style>
span { border-color: #C64934; }
span { border-color: rgb(198,73,52); }
td.TdClassName
{
border-color: #C64934;
}
.TagClassName
{
border-color: #C64934;
}
</style>