Shades of Grenadier #C8493D
Tints of Grenadier #C8493D
RGB
CMYK
RGB Variations
Color information
#C8493D (or 0xC8493D) is known color: Grenadier. HEX triplet: C8, 49 and 3D. RGB value is (200,73,61). Sum of RGB (Red+Green+Blue) = 200+73+61=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8493D is #37B6C2. Grayscale: #6D6D6D. Windows color (decimal): -3651267 or 4016584. OLE color: 4016584.
HSL color Cylindrical-coordinate representation of color #C8493D: hue angle of 5.18º 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 #C8493D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 61 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.22 |
| HSL | 5.18º | 0.56% | 0.51% | - |
| HSV(B) | 5.18º | 0.7% | 0.78% | - |
| XYZ | 27.04 | 17.38 | 6.34 | - |
| YUV | 109.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 61 | 0 | 0.64 | 0.69 | 0.22 | 5.18 | 0.56 | 0.51 |
| Hex | C8 | 49 | 3D | 0 | 40 | 45 | 16 | 5 | 38 | 33 |
| Octal | 310 | 111 | 75 | 0 | 100 | 105 | 26 | 5 | 70 | 63 |
| Binary | 11001000 | 1001001 | 111101 | 0 | 1000000 | 1000101 | 10110 | 101 | 111000 | 110011 |
Color Harmonies of #C8493D
Complementary color
Monochromatic Colors of #C8493D
Black with #C8493D
Text Example
Text Example
White with #C8493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8493D; }
p { color: rgb(200,73,61); }
H1.HeaderClassName
{
color: #C8493D;
}
.AnyTagClassName
{
color: #C8493D;
}
</style>
background-color css
<style>
a { background-color: #C8493D; }
a { background-color: rgb(200,73,61); }
div.DivClassName
{
background-color: #C8493D;
}
.BgClassName
{
background-color: #C8493D;
}
</style>
border-color css
<style>
span { border-color: #C8493D; }
span { border-color: rgb(200,73,61); }
td.TdClassName
{
border-color: #C8493D;
}
.TagClassName
{
border-color: #C8493D;
}
</style>