Shades of Grenadier #C2473C
Tints of Grenadier #C2473C
RGB
CMYK
RGB Variations
Color information
#C2473C (or 0xC2473C) is known color: Grenadier. HEX triplet: C2, 47 and 3C. RGB value is (194,71,60). Sum of RGB (Red+Green+Blue) = 194+71+60=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2473C is #3DB8C3. Grayscale: #6A6A6A. Windows color (decimal): -4044996 or 3950530. OLE color: 3950530.
HSL color Cylindrical-coordinate representation of color #C2473C: hue angle of 4.93º 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 #C2473C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 60 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.24 |
| HSL | 4.93º | 0.53% | 0.5% | - |
| HSV(B) | 4.93º | 0.69% | 0.76% | - |
| XYZ | 25.32 | 16.3 | 6.09 | - |
| YUV | 106.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 60 | 0 | 0.63 | 0.69 | 0.24 | 4.93 | 0.53 | 0.5 |
| Hex | C2 | 47 | 3C | 0 | 3F | 45 | 18 | 5 | 35 | 32 |
| Octal | 302 | 107 | 74 | 0 | 77 | 105 | 30 | 5 | 65 | 62 |
| Binary | 11000010 | 1000111 | 111100 | 0 | 111111 | 1000101 | 11000 | 101 | 110101 | 110010 |
Color Harmonies of #C2473C
Complementary color
Monochromatic Colors of #C2473C
Black with #C2473C
Text Example
Text Example
White with #C2473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2473C; }
p { color: rgb(194,71,60); }
H1.HeaderClassName
{
color: #C2473C;
}
.AnyTagClassName
{
color: #C2473C;
}
</style>
background-color css
<style>
a { background-color: #C2473C; }
a { background-color: rgb(194,71,60); }
div.DivClassName
{
background-color: #C2473C;
}
.BgClassName
{
background-color: #C2473C;
}
</style>
border-color css
<style>
span { border-color: #C2473C; }
span { border-color: rgb(194,71,60); }
td.TdClassName
{
border-color: #C2473C;
}
.TagClassName
{
border-color: #C2473C;
}
</style>