Shades of Grenadier #C8493C
Tints of Grenadier #C8493C
RGB
CMYK
RGB Variations
Color information
#C8493C (or 0xC8493C) is known color: Grenadier. HEX triplet: C8, 49 and 3C. RGB value is (200,73,60). Sum of RGB (Red+Green+Blue) = 200+73+60=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8493C is #37B6C3. Grayscale: #6D6D6D. Windows color (decimal): -3651268 or 3951048. OLE color: 3951048.
HSL color Cylindrical-coordinate representation of color #C8493C: hue angle of 5.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8493C is Cyan = 0, Magento = 0.64, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 60 | - |
| CMYK | 0 | 0.64 | 0.7 | 0.22 |
| HSL | 5.57º | 0.56% | 0.51% | - |
| HSV(B) | 5.57º | 0.7% | 0.78% | - |
| XYZ | 27.02 | 17.37 | 6.2 | - |
| YUV | 109.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 60 | 0 | 0.64 | 0.7 | 0.22 | 5.57 | 0.56 | 0.51 |
| Hex | C8 | 49 | 3C | 0 | 40 | 46 | 16 | 6 | 38 | 33 |
| Octal | 310 | 111 | 74 | 0 | 100 | 106 | 26 | 6 | 70 | 63 |
| Binary | 11001000 | 1001001 | 111100 | 0 | 1000000 | 1000110 | 10110 | 110 | 111000 | 110011 |
Color Harmonies of #C8493C
Complementary color
Monochromatic Colors of #C8493C
Black with #C8493C
Text Example
Text Example
White with #C8493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8493C; }
p { color: rgb(200,73,60); }
H1.HeaderClassName
{
color: #C8493C;
}
.AnyTagClassName
{
color: #C8493C;
}
</style>
background-color css
<style>
a { background-color: #C8493C; }
a { background-color: rgb(200,73,60); }
div.DivClassName
{
background-color: #C8493C;
}
.BgClassName
{
background-color: #C8493C;
}
</style>
border-color css
<style>
span { border-color: #C8493C; }
span { border-color: rgb(200,73,60); }
td.TdClassName
{
border-color: #C8493C;
}
.TagClassName
{
border-color: #C8493C;
}
</style>