Shades of Grenadier #C64532
Tints of Grenadier #C64532
RGB
CMYK
RGB Variations
Color information
#C64532 (or 0xC64532) is known color: Grenadier. HEX triplet: C6, 45 and 32. RGB value is (198,69,50). Sum of RGB (Red+Green+Blue) = 198+69+50=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C64532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64532 is #39BACD. Grayscale: #696969. Windows color (decimal): -3783374 or 3294662. OLE color: 3294662.
HSL color Cylindrical-coordinate representation of color #C64532: hue angle of 7.7º 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 #C64532 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 50 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.22 |
| HSL | 7.7º | 0.6% | 0.49% | - |
| HSV(B) | 7.7º | 0.75% | 0.78% | - |
| XYZ | 25.99 | 16.49 | 4.83 | - |
| YUV | 105.41 | 96.74 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 50 | 0 | 0.65 | 0.75 | 0.22 | 7.7 | 0.6 | 0.49 |
| Hex | C6 | 45 | 32 | 0 | 41 | 4B | 16 | 8 | 3C | 31 |
| Octal | 306 | 105 | 62 | 0 | 101 | 113 | 26 | 10 | 74 | 61 |
| Binary | 11000110 | 1000101 | 110010 | 0 | 1000001 | 1001011 | 10110 | 1000 | 111100 | 110001 |
Color Harmonies of #C64532
Complementary color
Monochromatic Colors of #C64532
Black with #C64532
Text Example
Text Example
White with #C64532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64532; }
p { color: rgb(198,69,50); }
H1.HeaderClassName
{
color: #C64532;
}
.AnyTagClassName
{
color: #C64532;
}
</style>
background-color css
<style>
a { background-color: #C64532; }
a { background-color: rgb(198,69,50); }
div.DivClassName
{
background-color: #C64532;
}
.BgClassName
{
background-color: #C64532;
}
</style>
border-color css
<style>
span { border-color: #C64532; }
span { border-color: rgb(198,69,50); }
td.TdClassName
{
border-color: #C64532;
}
.TagClassName
{
border-color: #C64532;
}
</style>