Shades of Grenadier #C4563D
Tints of Grenadier #C4563D
RGB
CMYK
RGB Variations
Color information
#C4563D (or 0xC4563D) is known color: Grenadier. HEX triplet: C4, 56 and 3D. RGB value is (196,86,61). Sum of RGB (Red+Green+Blue) = 196+86+61=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4563D is #3BA9C2. Grayscale: #747474. Windows color (decimal): -3910083 or 4019908. OLE color: 4019908.
HSL color Cylindrical-coordinate representation of color #C4563D: hue angle of 11.11º degrees, saturation: 0.53, 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 #C4563D is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 61 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.23 |
| HSL | 11.11º | 0.53% | 0.5% | - |
| HSV(B) | 11.11º | 0.69% | 0.77% | - |
| XYZ | 26.94 | 18.73 | 6.61 | - |
| YUV | 116.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 61 | 0 | 0.56 | 0.69 | 0.23 | 11.11 | 0.53 | 0.5 |
| Hex | C4 | 56 | 3D | 0 | 38 | 45 | 17 | B | 35 | 32 |
| Octal | 304 | 126 | 75 | 0 | 70 | 105 | 27 | 13 | 65 | 62 |
| Binary | 11000100 | 1010110 | 111101 | 0 | 111000 | 1000101 | 10111 | 1011 | 110101 | 110010 |
Color Harmonies of #C4563D
Complementary color
Monochromatic Colors of #C4563D
Black with #C4563D
Text Example
Text Example
White with #C4563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4563D; }
p { color: rgb(196,86,61); }
H1.HeaderClassName
{
color: #C4563D;
}
.AnyTagClassName
{
color: #C4563D;
}
</style>
background-color css
<style>
a { background-color: #C4563D; }
a { background-color: rgb(196,86,61); }
div.DivClassName
{
background-color: #C4563D;
}
.BgClassName
{
background-color: #C4563D;
}
</style>
border-color css
<style>
span { border-color: #C4563D; }
span { border-color: rgb(196,86,61); }
td.TdClassName
{
border-color: #C4563D;
}
.TagClassName
{
border-color: #C4563D;
}
</style>