Shades of Grenadier #C3553F
Tints of Grenadier #C3553F
RGB
CMYK
RGB Variations
Color information
#C3553F (or 0xC3553F) is known color: Grenadier. HEX triplet: C3, 55 and 3F. RGB value is (195,85,63). Sum of RGB (Red+Green+Blue) = 195+85+63=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3553F is #3CAAC0. Grayscale: #737373. Windows color (decimal): -3975873 or 4150723. OLE color: 4150723.
HSL color Cylindrical-coordinate representation of color #C3553F: hue angle of 10º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3553F is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 63 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.24 |
| HSL | 10º | 0.52% | 0.51% | - |
| HSV(B) | 10º | 0.68% | 0.76% | - |
| XYZ | 26.65 | 18.46 | 6.86 | - |
| YUV | 115.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 63 | 0 | 0.56 | 0.68 | 0.24 | 10 | 0.52 | 0.51 |
| Hex | C3 | 55 | 3F | 0 | 38 | 44 | 18 | A | 34 | 33 |
| Octal | 303 | 125 | 77 | 0 | 70 | 104 | 30 | 12 | 64 | 63 |
| Binary | 11000011 | 1010101 | 111111 | 0 | 111000 | 1000100 | 11000 | 1010 | 110100 | 110011 |
Color Harmonies of #C3553F
Complementary color
Monochromatic Colors of #C3553F
Black with #C3553F
Text Example
Text Example
White with #C3553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3553F; }
p { color: rgb(195,85,63); }
H1.HeaderClassName
{
color: #C3553F;
}
.AnyTagClassName
{
color: #C3553F;
}
</style>
background-color css
<style>
a { background-color: #C3553F; }
a { background-color: rgb(195,85,63); }
div.DivClassName
{
background-color: #C3553F;
}
.BgClassName
{
background-color: #C3553F;
}
</style>
border-color css
<style>
span { border-color: #C3553F; }
span { border-color: rgb(195,85,63); }
td.TdClassName
{
border-color: #C3553F;
}
.TagClassName
{
border-color: #C3553F;
}
</style>