Shades of Grenadier #C64E3D
Tints of Grenadier #C64E3D
RGB
CMYK
RGB Variations
Color information
#C64E3D (or 0xC64E3D) is known color: Grenadier. HEX triplet: C6, 4E and 3D. RGB value is (198,78,61). Sum of RGB (Red+Green+Blue) = 198+78+61=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E3D is #39B1C2. Grayscale: #707070. Windows color (decimal): -3781059 or 4017862. OLE color: 4017862.
HSL color Cylindrical-coordinate representation of color #C64E3D: hue angle of 7.45º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64E3D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 61 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.22 |
| HSL | 7.45º | 0.55% | 0.51% | - |
| HSV(B) | 7.45º | 0.69% | 0.78% | - |
| XYZ | 26.86 | 17.79 | 6.43 | - |
| YUV | 111.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 61 | 0 | 0.61 | 0.69 | 0.22 | 7.45 | 0.55 | 0.51 |
| Hex | C6 | 4E | 3D | 0 | 3D | 45 | 16 | 7 | 37 | 33 |
| Octal | 306 | 116 | 75 | 0 | 75 | 105 | 26 | 7 | 67 | 63 |
| Binary | 11000110 | 1001110 | 111101 | 0 | 111101 | 1000101 | 10110 | 111 | 110111 | 110011 |
Color Harmonies of #C64E3D
Complementary color
Monochromatic Colors of #C64E3D
Black with #C64E3D
Text Example
Text Example
White with #C64E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E3D; }
p { color: rgb(198,78,61); }
H1.HeaderClassName
{
color: #C64E3D;
}
.AnyTagClassName
{
color: #C64E3D;
}
</style>
background-color css
<style>
a { background-color: #C64E3D; }
a { background-color: rgb(198,78,61); }
div.DivClassName
{
background-color: #C64E3D;
}
.BgClassName
{
background-color: #C64E3D;
}
</style>
border-color css
<style>
span { border-color: #C64E3D; }
span { border-color: rgb(198,78,61); }
td.TdClassName
{
border-color: #C64E3D;
}
.TagClassName
{
border-color: #C64E3D;
}
</style>