Shades of Grenadier #C4553D
Tints of Grenadier #C4553D
RGB
CMYK
RGB Variations
Color information
#C4553D (or 0xC4553D) is known color: Grenadier. HEX triplet: C4, 55 and 3D. RGB value is (196,85,61). Sum of RGB (Red+Green+Blue) = 196+85+61=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4553D is #3BAAC2. Grayscale: #737373. Windows color (decimal): -3910339 or 4019652. OLE color: 4019652.
HSL color Cylindrical-coordinate representation of color #C4553D: hue angle of 10.67º 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 #C4553D is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 61 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.23 |
| HSL | 10.67º | 0.53% | 0.5% | - |
| HSV(B) | 10.67º | 0.69% | 0.77% | - |
| XYZ | 26.86 | 18.57 | 6.58 | - |
| YUV | 115.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 61 | 0 | 0.57 | 0.69 | 0.23 | 10.67 | 0.53 | 0.5 |
| Hex | C4 | 55 | 3D | 0 | 39 | 45 | 17 | B | 35 | 32 |
| Octal | 304 | 125 | 75 | 0 | 71 | 105 | 27 | 13 | 65 | 62 |
| Binary | 11000100 | 1010101 | 111101 | 0 | 111001 | 1000101 | 10111 | 1011 | 110101 | 110010 |
Color Harmonies of #C4553D
Complementary color
Monochromatic Colors of #C4553D
Black with #C4553D
Text Example
Text Example
White with #C4553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4553D; }
p { color: rgb(196,85,61); }
H1.HeaderClassName
{
color: #C4553D;
}
.AnyTagClassName
{
color: #C4553D;
}
</style>
background-color css
<style>
a { background-color: #C4553D; }
a { background-color: rgb(196,85,61); }
div.DivClassName
{
background-color: #C4553D;
}
.BgClassName
{
background-color: #C4553D;
}
</style>
border-color css
<style>
span { border-color: #C4553D; }
span { border-color: rgb(196,85,61); }
td.TdClassName
{
border-color: #C4553D;
}
.TagClassName
{
border-color: #C4553D;
}
</style>