Shades of Grenadier #C2553C
Tints of Grenadier #C2553C
RGB
CMYK
RGB Variations
Color information
#C2553C (or 0xC2553C) is known color: Grenadier. HEX triplet: C2, 55 and 3C. RGB value is (194,85,60). Sum of RGB (Red+Green+Blue) = 194+85+60=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2553C is #3DAAC3. Grayscale: #727272. Windows color (decimal): -4041412 or 3954114. OLE color: 3954114.
HSL color Cylindrical-coordinate representation of color #C2553C: hue angle of 11.19º 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 #C2553C is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 60 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.24 |
| HSL | 11.19º | 0.53% | 0.5% | - |
| HSV(B) | 11.19º | 0.69% | 0.76% | - |
| XYZ | 26.31 | 18.29 | 6.42 | - |
| YUV | 114.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 60 | 0 | 0.56 | 0.69 | 0.24 | 11.19 | 0.53 | 0.5 |
| Hex | C2 | 55 | 3C | 0 | 38 | 45 | 18 | B | 35 | 32 |
| Octal | 302 | 125 | 74 | 0 | 70 | 105 | 30 | 13 | 65 | 62 |
| Binary | 11000010 | 1010101 | 111100 | 0 | 111000 | 1000101 | 11000 | 1011 | 110101 | 110010 |
Color Harmonies of #C2553C
Complementary color
Monochromatic Colors of #C2553C
Black with #C2553C
Text Example
Text Example
White with #C2553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2553C; }
p { color: rgb(194,85,60); }
H1.HeaderClassName
{
color: #C2553C;
}
.AnyTagClassName
{
color: #C2553C;
}
</style>
background-color css
<style>
a { background-color: #C2553C; }
a { background-color: rgb(194,85,60); }
div.DivClassName
{
background-color: #C2553C;
}
.BgClassName
{
background-color: #C2553C;
}
</style>
border-color css
<style>
span { border-color: #C2553C; }
span { border-color: rgb(194,85,60); }
td.TdClassName
{
border-color: #C2553C;
}
.TagClassName
{
border-color: #C2553C;
}
</style>