Shades of Grenadier #C4563C
Tints of Grenadier #C4563C
RGB
CMYK
RGB Variations
Color information
#C4563C (or 0xC4563C) is known color: Grenadier. HEX triplet: C4, 56 and 3C. RGB value is (196,86,60). Sum of RGB (Red+Green+Blue) = 196+86+60=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4563C is #3BA9C3. Grayscale: #747474. Windows color (decimal): -3910084 or 3954372. OLE color: 3954372.
HSL color Cylindrical-coordinate representation of color #C4563C: hue angle of 11.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4563C is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 60 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.23 |
| HSL | 11.47º | 0.54% | 0.5% | - |
| HSV(B) | 11.47º | 0.69% | 0.77% | - |
| XYZ | 26.91 | 18.72 | 6.47 | - |
| YUV | 115.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 60 | 0 | 0.56 | 0.69 | 0.23 | 11.47 | 0.54 | 0.5 |
| Hex | C4 | 56 | 3C | 0 | 38 | 45 | 17 | B | 36 | 32 |
| Octal | 304 | 126 | 74 | 0 | 70 | 105 | 27 | 13 | 66 | 62 |
| Binary | 11000100 | 1010110 | 111100 | 0 | 111000 | 1000101 | 10111 | 1011 | 110110 | 110010 |
Color Harmonies of #C4563C
Complementary color
Monochromatic Colors of #C4563C
Black with #C4563C
Text Example
Text Example
White with #C4563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4563C; }
p { color: rgb(196,86,60); }
H1.HeaderClassName
{
color: #C4563C;
}
.AnyTagClassName
{
color: #C4563C;
}
</style>
background-color css
<style>
a { background-color: #C4563C; }
a { background-color: rgb(196,86,60); }
div.DivClassName
{
background-color: #C4563C;
}
.BgClassName
{
background-color: #C4563C;
}
</style>
border-color css
<style>
span { border-color: #C4563C; }
span { border-color: rgb(196,86,60); }
td.TdClassName
{
border-color: #C4563C;
}
.TagClassName
{
border-color: #C4563C;
}
</style>