Shades of Grenadier #C8493E
Tints of Grenadier #C8493E
RGB
CMYK
RGB Variations
Color information
#C8493E (or 0xC8493E) is known color: Grenadier. HEX triplet: C8, 49 and 3E. RGB value is (200,73,62). Sum of RGB (Red+Green+Blue) = 200+73+62=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C8493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8493E is #37B6C1. Grayscale: #6D6D6D. Windows color (decimal): -3651266 or 4082120. OLE color: 4082120.
HSL color Cylindrical-coordinate representation of color #C8493E: hue angle of 4.78º degrees, saturation: 0.56, 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 #C8493E is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 62 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.22 |
| HSL | 4.78º | 0.56% | 0.51% | - |
| HSV(B) | 4.78º | 0.69% | 0.78% | - |
| XYZ | 27.07 | 17.39 | 6.49 | - |
| YUV | 109.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 62 | 0 | 0.64 | 0.69 | 0.22 | 4.78 | 0.56 | 0.51 |
| Hex | C8 | 49 | 3E | 0 | 40 | 45 | 16 | 5 | 38 | 33 |
| Octal | 310 | 111 | 76 | 0 | 100 | 105 | 26 | 5 | 70 | 63 |
| Binary | 11001000 | 1001001 | 111110 | 0 | 1000000 | 1000101 | 10110 | 101 | 111000 | 110011 |
Color Harmonies of #C8493E
Complementary color
Monochromatic Colors of #C8493E
Black with #C8493E
Text Example
Text Example
White with #C8493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8493E; }
p { color: rgb(200,73,62); }
H1.HeaderClassName
{
color: #C8493E;
}
.AnyTagClassName
{
color: #C8493E;
}
</style>
background-color css
<style>
a { background-color: #C8493E; }
a { background-color: rgb(200,73,62); }
div.DivClassName
{
background-color: #C8493E;
}
.BgClassName
{
background-color: #C8493E;
}
</style>
border-color css
<style>
span { border-color: #C8493E; }
span { border-color: rgb(200,73,62); }
td.TdClassName
{
border-color: #C8493E;
}
.TagClassName
{
border-color: #C8493E;
}
</style>