Shades of Grenadier #C3553E
Tints of Grenadier #C3553E
RGB
CMYK
RGB Variations
Color information
#C3553E (or 0xC3553E) is known color: Grenadier. HEX triplet: C3, 55 and 3E. RGB value is (195,85,62). Sum of RGB (Red+Green+Blue) = 195+85+62=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3553E is #3CAAC1. Grayscale: #737373. Windows color (decimal): -3975874 or 4085187. OLE color: 4085187.
HSL color Cylindrical-coordinate representation of color #C3553E: hue angle of 10.38º degrees, saturation: 0.53, 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 #C3553E is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 62 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.24 |
| HSL | 10.38º | 0.53% | 0.5% | - |
| HSV(B) | 10.38º | 0.68% | 0.76% | - |
| XYZ | 26.62 | 18.45 | 6.71 | - |
| YUV | 115.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 62 | 0 | 0.56 | 0.68 | 0.24 | 10.38 | 0.53 | 0.5 |
| Hex | C3 | 55 | 3E | 0 | 38 | 44 | 18 | A | 35 | 32 |
| Octal | 303 | 125 | 76 | 0 | 70 | 104 | 30 | 12 | 65 | 62 |
| Binary | 11000011 | 1010101 | 111110 | 0 | 111000 | 1000100 | 11000 | 1010 | 110101 | 110010 |
Color Harmonies of #C3553E
Complementary color
Monochromatic Colors of #C3553E
Black with #C3553E
Text Example
Text Example
White with #C3553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3553E; }
p { color: rgb(195,85,62); }
H1.HeaderClassName
{
color: #C3553E;
}
.AnyTagClassName
{
color: #C3553E;
}
</style>
background-color css
<style>
a { background-color: #C3553E; }
a { background-color: rgb(195,85,62); }
div.DivClassName
{
background-color: #C3553E;
}
.BgClassName
{
background-color: #C3553E;
}
</style>
border-color css
<style>
span { border-color: #C3553E; }
span { border-color: rgb(195,85,62); }
td.TdClassName
{
border-color: #C3553E;
}
.TagClassName
{
border-color: #C3553E;
}
</style>