Shades of Grenadier #C0493C
Tints of Grenadier #C0493C
RGB
CMYK
RGB Variations
Color information
#C0493C (or 0xC0493C) is known color: Grenadier. HEX triplet: C0, 49 and 3C. RGB value is (192,73,60). Sum of RGB (Red+Green+Blue) = 192+73+60=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0493C is #3FB6C3. Grayscale: #6B6B6B. Windows color (decimal): -4175556 or 3951040. OLE color: 3951040.
HSL color Cylindrical-coordinate representation of color #C0493C: hue angle of 5.91º degrees, saturation: 0.52, 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 #C0493C is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 60 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.25 |
| HSL | 5.91º | 0.52% | 0.49% | - |
| HSV(B) | 5.91º | 0.69% | 0.75% | - |
| XYZ | 24.94 | 16.3 | 6.11 | - |
| YUV | 107.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 60 | 0 | 0.62 | 0.69 | 0.25 | 5.91 | 0.52 | 0.49 |
| Hex | C0 | 49 | 3C | 0 | 3E | 45 | 19 | 6 | 34 | 31 |
| Octal | 300 | 111 | 74 | 0 | 76 | 105 | 31 | 6 | 64 | 61 |
| Binary | 11000000 | 1001001 | 111100 | 0 | 111110 | 1000101 | 11001 | 110 | 110100 | 110001 |
Color Harmonies of #C0493C
Complementary color
Monochromatic Colors of #C0493C
Black with #C0493C
Text Example
Text Example
White with #C0493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0493C; }
p { color: rgb(192,73,60); }
H1.HeaderClassName
{
color: #C0493C;
}
.AnyTagClassName
{
color: #C0493C;
}
</style>
background-color css
<style>
a { background-color: #C0493C; }
a { background-color: rgb(192,73,60); }
div.DivClassName
{
background-color: #C0493C;
}
.BgClassName
{
background-color: #C0493C;
}
</style>
border-color css
<style>
span { border-color: #C0493C; }
span { border-color: rgb(192,73,60); }
td.TdClassName
{
border-color: #C0493C;
}
.TagClassName
{
border-color: #C0493C;
}
</style>