Shades of Grenadier #C0473C
Tints of Grenadier #C0473C
RGB
CMYK
RGB Variations
Color information
#C0473C (or 0xC0473C) is known color: Grenadier. HEX triplet: C0, 47 and 3C. RGB value is (192,71,60). Sum of RGB (Red+Green+Blue) = 192+71+60=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0473C is #3FB8C3. Grayscale: #6A6A6A. Windows color (decimal): -4176068 or 3950528. OLE color: 3950528.
HSL color Cylindrical-coordinate representation of color #C0473C: hue angle of 5º 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 #C0473C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 60 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.25 |
| HSL | 5º | 0.52% | 0.49% | - |
| HSV(B) | 5º | 0.69% | 0.75% | - |
| XYZ | 24.81 | 16.04 | 6.06 | - |
| YUV | 105.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 60 | 0 | 0.63 | 0.69 | 0.25 | 5 | 0.52 | 0.49 |
| Hex | C0 | 47 | 3C | 0 | 3F | 45 | 19 | 5 | 34 | 31 |
| Octal | 300 | 107 | 74 | 0 | 77 | 105 | 31 | 5 | 64 | 61 |
| Binary | 11000000 | 1000111 | 111100 | 0 | 111111 | 1000101 | 11001 | 101 | 110100 | 110001 |
Color Harmonies of #C0473C
Complementary color
Monochromatic Colors of #C0473C
Black with #C0473C
Text Example
Text Example
White with #C0473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0473C; }
p { color: rgb(192,71,60); }
H1.HeaderClassName
{
color: #C0473C;
}
.AnyTagClassName
{
color: #C0473C;
}
</style>
background-color css
<style>
a { background-color: #C0473C; }
a { background-color: rgb(192,71,60); }
div.DivClassName
{
background-color: #C0473C;
}
.BgClassName
{
background-color: #C0473C;
}
</style>
border-color css
<style>
span { border-color: #C0473C; }
span { border-color: rgb(192,71,60); }
td.TdClassName
{
border-color: #C0473C;
}
.TagClassName
{
border-color: #C0473C;
}
</style>