Shades of Grenadier #C3563C
Tints of Grenadier #C3563C
RGB
CMYK
RGB Variations
Color information
#C3563C (or 0xC3563C) is known color: Grenadier. HEX triplet: C3, 56 and 3C. RGB value is (195,86,60). Sum of RGB (Red+Green+Blue) = 195+86+60=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3563C is #3CA9C3. Grayscale: #737373. Windows color (decimal): -3975620 or 3954371. OLE color: 3954371.
HSL color Cylindrical-coordinate representation of color #C3563C: hue angle of 11.56º 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 #C3563C is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 60 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.24 |
| HSL | 11.56º | 0.53% | 0.5% | - |
| HSV(B) | 11.56º | 0.69% | 0.76% | - |
| XYZ | 26.65 | 18.58 | 6.46 | - |
| YUV | 115.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 60 | 0 | 0.56 | 0.69 | 0.24 | 11.56 | 0.53 | 0.5 |
| Hex | C3 | 56 | 3C | 0 | 38 | 45 | 18 | C | 35 | 32 |
| Octal | 303 | 126 | 74 | 0 | 70 | 105 | 30 | 14 | 65 | 62 |
| Binary | 11000011 | 1010110 | 111100 | 0 | 111000 | 1000101 | 11000 | 1100 | 110101 | 110010 |
Color Harmonies of #C3563C
Complementary color
Monochromatic Colors of #C3563C
Black with #C3563C
Text Example
Text Example
White with #C3563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3563C; }
p { color: rgb(195,86,60); }
H1.HeaderClassName
{
color: #C3563C;
}
.AnyTagClassName
{
color: #C3563C;
}
</style>
background-color css
<style>
a { background-color: #C3563C; }
a { background-color: rgb(195,86,60); }
div.DivClassName
{
background-color: #C3563C;
}
.BgClassName
{
background-color: #C3563C;
}
</style>
border-color css
<style>
span { border-color: #C3563C; }
span { border-color: rgb(195,86,60); }
td.TdClassName
{
border-color: #C3563C;
}
.TagClassName
{
border-color: #C3563C;
}
</style>