Shades of Grenadier #C0573C
Tints of Grenadier #C0573C
RGB
CMYK
RGB Variations
Color information
#C0573C (or 0xC0573C) is known color: Grenadier. HEX triplet: C0, 57 and 3C. RGB value is (192,87,60). Sum of RGB (Red+Green+Blue) = 192+87+60=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0573C is #3FA8C3. Grayscale: #737373. Windows color (decimal): -4171972 or 3954624. OLE color: 3954624.
HSL color Cylindrical-coordinate representation of color #C0573C: hue angle of 12.27º 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 #C0573C is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 60 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.25 |
| HSL | 12.27º | 0.52% | 0.49% | - |
| HSV(B) | 12.27º | 0.69% | 0.75% | - |
| XYZ | 25.96 | 18.35 | 6.45 | - |
| YUV | 115.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 60 | 0 | 0.55 | 0.69 | 0.25 | 12.27 | 0.52 | 0.49 |
| Hex | C0 | 57 | 3C | 0 | 37 | 45 | 19 | C | 34 | 31 |
| Octal | 300 | 127 | 74 | 0 | 67 | 105 | 31 | 14 | 64 | 61 |
| Binary | 11000000 | 1010111 | 111100 | 0 | 110111 | 1000101 | 11001 | 1100 | 110100 | 110001 |
Color Harmonies of #C0573C
Complementary color
Monochromatic Colors of #C0573C
Black with #C0573C
Text Example
Text Example
White with #C0573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0573C; }
p { color: rgb(192,87,60); }
H1.HeaderClassName
{
color: #C0573C;
}
.AnyTagClassName
{
color: #C0573C;
}
</style>
background-color css
<style>
a { background-color: #C0573C; }
a { background-color: rgb(192,87,60); }
div.DivClassName
{
background-color: #C0573C;
}
.BgClassName
{
background-color: #C0573C;
}
</style>
border-color css
<style>
span { border-color: #C0573C; }
span { border-color: rgb(192,87,60); }
td.TdClassName
{
border-color: #C0573C;
}
.TagClassName
{
border-color: #C0573C;
}
</style>