Shades of Grenadier #C64335
Tints of Grenadier #C64335
RGB
CMYK
RGB Variations
Color information
#C64335 (or 0xC64335) is known color: Grenadier. HEX triplet: C6, 43 and 35. RGB value is (198,67,53). Sum of RGB (Red+Green+Blue) = 198+67+53=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64335 is #39BCCA. Grayscale: #686868. Windows color (decimal): -3783883 or 3490758. OLE color: 3490758.
HSL color Cylindrical-coordinate representation of color #C64335: hue angle of 5.79º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C64335 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 53 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.22 |
| HSL | 5.79º | 0.58% | 0.49% | - |
| HSV(B) | 5.79º | 0.73% | 0.78% | - |
| XYZ | 25.94 | 16.28 | 5.14 | - |
| YUV | 104.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 53 | 0 | 0.66 | 0.73 | 0.22 | 5.79 | 0.58 | 0.49 |
| Hex | C6 | 43 | 35 | 0 | 42 | 49 | 16 | 6 | 3A | 31 |
| Octal | 306 | 103 | 65 | 0 | 102 | 111 | 26 | 6 | 72 | 61 |
| Binary | 11000110 | 1000011 | 110101 | 0 | 1000010 | 1001001 | 10110 | 110 | 111010 | 110001 |
Color Harmonies of #C64335
Complementary color
Monochromatic Colors of #C64335
Black with #C64335
Text Example
Text Example
White with #C64335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64335; }
p { color: rgb(198,67,53); }
H1.HeaderClassName
{
color: #C64335;
}
.AnyTagClassName
{
color: #C64335;
}
</style>
background-color css
<style>
a { background-color: #C64335; }
a { background-color: rgb(198,67,53); }
div.DivClassName
{
background-color: #C64335;
}
.BgClassName
{
background-color: #C64335;
}
</style>
border-color css
<style>
span { border-color: #C64335; }
span { border-color: rgb(198,67,53); }
td.TdClassName
{
border-color: #C64335;
}
.TagClassName
{
border-color: #C64335;
}
</style>