Shades of Grenadier #C1563D
Tints of Grenadier #C1563D
RGB
CMYK
RGB Variations
Color information
#C1563D (or 0xC1563D) is known color: Grenadier. HEX triplet: C1, 56 and 3D. RGB value is (193,86,61). Sum of RGB (Red+Green+Blue) = 193+86+61=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1563D is #3EA9C2. Grayscale: #737373. Windows color (decimal): -4106691 or 4019905. OLE color: 4019905.
HSL color Cylindrical-coordinate representation of color #C1563D: hue angle of 11.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1563D is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 61 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.24 |
| HSL | 11.36º | 0.52% | 0.5% | - |
| HSV(B) | 11.36º | 0.68% | 0.76% | - |
| XYZ | 26.16 | 18.33 | 6.57 | - |
| YUV | 115.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 61 | 0 | 0.55 | 0.68 | 0.24 | 11.36 | 0.52 | 0.5 |
| Hex | C1 | 56 | 3D | 0 | 37 | 44 | 18 | B | 34 | 32 |
| Octal | 301 | 126 | 75 | 0 | 67 | 104 | 30 | 13 | 64 | 62 |
| Binary | 11000001 | 1010110 | 111101 | 0 | 110111 | 1000100 | 11000 | 1011 | 110100 | 110010 |
Color Harmonies of #C1563D
Complementary color
Monochromatic Colors of #C1563D
Black with #C1563D
Text Example
Text Example
White with #C1563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1563D; }
p { color: rgb(193,86,61); }
H1.HeaderClassName
{
color: #C1563D;
}
.AnyTagClassName
{
color: #C1563D;
}
</style>
background-color css
<style>
a { background-color: #C1563D; }
a { background-color: rgb(193,86,61); }
div.DivClassName
{
background-color: #C1563D;
}
.BgClassName
{
background-color: #C1563D;
}
</style>
border-color css
<style>
span { border-color: #C1563D; }
span { border-color: rgb(193,86,61); }
td.TdClassName
{
border-color: #C1563D;
}
.TagClassName
{
border-color: #C1563D;
}
</style>