Shades of Grenadier #C3473C
Tints of Grenadier #C3473C
RGB
CMYK
RGB Variations
Color information
#C3473C (or 0xC3473C) is known color: Grenadier. HEX triplet: C3, 47 and 3C. RGB value is (195,71,60). Sum of RGB (Red+Green+Blue) = 195+71+60=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3473C is #3CB8C3. Grayscale: #6A6A6A. Windows color (decimal): -3979460 or 3950531. OLE color: 3950531.
HSL color Cylindrical-coordinate representation of color #C3473C: hue angle of 4.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3473C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 60 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.24 |
| HSL | 4.89º | 0.53% | 0.5% | - |
| HSV(B) | 4.89º | 0.69% | 0.76% | - |
| XYZ | 25.57 | 16.43 | 6.1 | - |
| YUV | 106.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 60 | 0 | 0.64 | 0.69 | 0.24 | 4.89 | 0.53 | 0.5 |
| Hex | C3 | 47 | 3C | 0 | 40 | 45 | 18 | 5 | 35 | 32 |
| Octal | 303 | 107 | 74 | 0 | 100 | 105 | 30 | 5 | 65 | 62 |
| Binary | 11000011 | 1000111 | 111100 | 0 | 1000000 | 1000101 | 11000 | 101 | 110101 | 110010 |
Color Harmonies of #C3473C
Complementary color
Monochromatic Colors of #C3473C
Black with #C3473C
Text Example
Text Example
White with #C3473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3473C; }
p { color: rgb(195,71,60); }
H1.HeaderClassName
{
color: #C3473C;
}
.AnyTagClassName
{
color: #C3473C;
}
</style>
background-color css
<style>
a { background-color: #C3473C; }
a { background-color: rgb(195,71,60); }
div.DivClassName
{
background-color: #C3473C;
}
.BgClassName
{
background-color: #C3473C;
}
</style>
border-color css
<style>
span { border-color: #C3473C; }
span { border-color: rgb(195,71,60); }
td.TdClassName
{
border-color: #C3473C;
}
.TagClassName
{
border-color: #C3473C;
}
</style>