Shades of Grenadier #C0493B
Tints of Grenadier #C0493B
RGB
CMYK
RGB Variations
Color information
#C0493B (or 0xC0493B) is known color: Grenadier. HEX triplet: C0, 49 and 3B. RGB value is (192,73,59). Sum of RGB (Red+Green+Blue) = 192+73+59=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0493B is #3FB6C4. Grayscale: #6B6B6B. Windows color (decimal): -4175557 or 3885504. OLE color: 3885504.
HSL color Cylindrical-coordinate representation of color #C0493B: hue angle of 6.32º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0493B is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 59 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.25 |
| HSL | 6.32º | 0.53% | 0.49% | - |
| HSV(B) | 6.32º | 0.69% | 0.75% | - |
| XYZ | 24.91 | 16.29 | 5.97 | - |
| YUV | 106.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 59 | 0 | 0.62 | 0.69 | 0.25 | 6.32 | 0.53 | 0.49 |
| Hex | C0 | 49 | 3B | 0 | 3E | 45 | 19 | 6 | 35 | 31 |
| Octal | 300 | 111 | 73 | 0 | 76 | 105 | 31 | 6 | 65 | 61 |
| Binary | 11000000 | 1001001 | 111011 | 0 | 111110 | 1000101 | 11001 | 110 | 110101 | 110001 |
Color Harmonies of #C0493B
Complementary color
Monochromatic Colors of #C0493B
Black with #C0493B
Text Example
Text Example
White with #C0493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0493B; }
p { color: rgb(192,73,59); }
H1.HeaderClassName
{
color: #C0493B;
}
.AnyTagClassName
{
color: #C0493B;
}
</style>
background-color css
<style>
a { background-color: #C0493B; }
a { background-color: rgb(192,73,59); }
div.DivClassName
{
background-color: #C0493B;
}
.BgClassName
{
background-color: #C0493B;
}
</style>
border-color css
<style>
span { border-color: #C0493B; }
span { border-color: rgb(192,73,59); }
td.TdClassName
{
border-color: #C0493B;
}
.TagClassName
{
border-color: #C0493B;
}
</style>