Shades of Grenadier #C4463E
Tints of Grenadier #C4463E
RGB
CMYK
RGB Variations
Color information
#C4463E (or 0xC4463E) is known color: Grenadier. HEX triplet: C4, 46 and 3E. RGB value is (196,70,62). Sum of RGB (Red+Green+Blue) = 196+70+62=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4463E is #3BB9C1. Grayscale: #6A6A6A. Windows color (decimal): -3914178 or 4081348. OLE color: 4081348.
HSL color Cylindrical-coordinate representation of color #C4463E: hue angle of 3.58º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4463E is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 62 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.23 |
| HSL | 3.58º | 0.53% | 0.51% | - |
| HSV(B) | 3.58º | 0.68% | 0.77% | - |
| XYZ | 25.82 | 16.46 | 6.37 | - |
| YUV | 106.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 62 | 0 | 0.64 | 0.68 | 0.23 | 3.58 | 0.53 | 0.51 |
| Hex | C4 | 46 | 3E | 0 | 40 | 44 | 17 | 4 | 35 | 33 |
| Octal | 304 | 106 | 76 | 0 | 100 | 104 | 27 | 4 | 65 | 63 |
| Binary | 11000100 | 1000110 | 111110 | 0 | 1000000 | 1000100 | 10111 | 100 | 110101 | 110011 |
Color Harmonies of #C4463E
Complementary color
Monochromatic Colors of #C4463E
Black with #C4463E
Text Example
Text Example
White with #C4463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4463E; }
p { color: rgb(196,70,62); }
H1.HeaderClassName
{
color: #C4463E;
}
.AnyTagClassName
{
color: #C4463E;
}
</style>
background-color css
<style>
a { background-color: #C4463E; }
a { background-color: rgb(196,70,62); }
div.DivClassName
{
background-color: #C4463E;
}
.BgClassName
{
background-color: #C4463E;
}
</style>
border-color css
<style>
span { border-color: #C4463E; }
span { border-color: rgb(196,70,62); }
td.TdClassName
{
border-color: #C4463E;
}
.TagClassName
{
border-color: #C4463E;
}
</style>