Shades of Grenadier #C3553D
Tints of Grenadier #C3553D
RGB
CMYK
RGB Variations
Color information
#C3553D (or 0xC3553D) is known color: Grenadier. HEX triplet: C3, 55 and 3D. RGB value is (195,85,61). Sum of RGB (Red+Green+Blue) = 195+85+61=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3553D is #3CAAC2. Grayscale: #737373. Windows color (decimal): -3975875 or 4019651. OLE color: 4019651.
HSL color Cylindrical-coordinate representation of color #C3553D: hue angle of 10.75º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3553D is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 61 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.24 |
| HSL | 10.75º | 0.53% | 0.5% | - |
| HSV(B) | 10.75º | 0.69% | 0.76% | - |
| XYZ | 26.6 | 18.44 | 6.57 | - |
| YUV | 115.15 | 97.44 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 61 | 0 | 0.56 | 0.69 | 0.24 | 10.75 | 0.53 | 0.5 |
| Hex | C3 | 55 | 3D | 0 | 38 | 45 | 18 | B | 35 | 32 |
| Octal | 303 | 125 | 75 | 0 | 70 | 105 | 30 | 13 | 65 | 62 |
| Binary | 11000011 | 1010101 | 111101 | 0 | 111000 | 1000101 | 11000 | 1011 | 110101 | 110010 |
Color Harmonies of #C3553D
Complementary color
Monochromatic Colors of #C3553D
Black with #C3553D
Text Example
Text Example
White with #C3553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3553D; }
p { color: rgb(195,85,61); }
H1.HeaderClassName
{
color: #C3553D;
}
.AnyTagClassName
{
color: #C3553D;
}
</style>
background-color css
<style>
a { background-color: #C3553D; }
a { background-color: rgb(195,85,61); }
div.DivClassName
{
background-color: #C3553D;
}
.BgClassName
{
background-color: #C3553D;
}
</style>
border-color css
<style>
span { border-color: #C3553D; }
span { border-color: rgb(195,85,61); }
td.TdClassName
{
border-color: #C3553D;
}
.TagClassName
{
border-color: #C3553D;
}
</style>