Shades of Grenadier #C3493F
Tints of Grenadier #C3493F
RGB
CMYK
RGB Variations
Color information
#C3493F (or 0xC3493F) is known color: Grenadier. HEX triplet: C3, 49 and 3F. RGB value is (195,73,63). Sum of RGB (Red+Green+Blue) = 195+73+63=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C3493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3493F is #3CB6C0. Grayscale: #6C6C6C. Windows color (decimal): -3978945 or 4147651. OLE color: 4147651.
HSL color Cylindrical-coordinate representation of color #C3493F: hue angle of 4.55º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3493F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 63 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.24 |
| HSL | 4.55º | 0.52% | 0.51% | - |
| HSV(B) | 4.55º | 0.68% | 0.76% | - |
| XYZ | 25.79 | 16.73 | 6.57 | - |
| YUV | 108.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 63 | 0 | 0.63 | 0.68 | 0.24 | 4.55 | 0.52 | 0.51 |
| Hex | C3 | 49 | 3F | 0 | 3F | 44 | 18 | 5 | 34 | 33 |
| Octal | 303 | 111 | 77 | 0 | 77 | 104 | 30 | 5 | 64 | 63 |
| Binary | 11000011 | 1001001 | 111111 | 0 | 111111 | 1000100 | 11000 | 101 | 110100 | 110011 |
Color Harmonies of #C3493F
Complementary color
Monochromatic Colors of #C3493F
Black with #C3493F
Text Example
Text Example
White with #C3493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3493F; }
p { color: rgb(195,73,63); }
H1.HeaderClassName
{
color: #C3493F;
}
.AnyTagClassName
{
color: #C3493F;
}
</style>
background-color css
<style>
a { background-color: #C3493F; }
a { background-color: rgb(195,73,63); }
div.DivClassName
{
background-color: #C3493F;
}
.BgClassName
{
background-color: #C3493F;
}
</style>
border-color css
<style>
span { border-color: #C3493F; }
span { border-color: rgb(195,73,63); }
td.TdClassName
{
border-color: #C3493F;
}
.TagClassName
{
border-color: #C3493F;
}
</style>