Shades of Grenadier #C9503C
Tints of Grenadier #C9503C
RGB
CMYK
RGB Variations
Color information
#C9503C (or 0xC9503C) is known color: Grenadier. HEX triplet: C9, 50 and 3C. RGB value is (201,80,60). Sum of RGB (Red+Green+Blue) = 201+80+60=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9503C is #36AFC3. Grayscale: #727272. Windows color (decimal): -3583940 or 3952841. OLE color: 3952841.
HSL color Cylindrical-coordinate representation of color #C9503C: hue angle of 8.51º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9503C is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 60 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.21 |
| HSL | 8.51º | 0.57% | 0.51% | - |
| HSV(B) | 8.51º | 0.7% | 0.79% | - |
| XYZ | 27.77 | 18.48 | 6.38 | - |
| YUV | 113.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 60 | 0 | 0.60 | 0.70 | 0.21 | 8.51 | 0.57 | 0.51 |
| Hex | C9 | 50 | 3C | 0 | 3C | 46 | 15 | 9 | 39 | 33 |
| Octal | 311 | 120 | 74 | 0 | 74 | 106 | 25 | 11 | 71 | 63 |
| Binary | 11001001 | 1010000 | 111100 | 0 | 111100 | 1000110 | 10101 | 1001 | 111001 | 110011 |
Color Harmonies of #C9503C
Complementary color
Monochromatic Colors of #C9503C
Black with #C9503C
Text Example
Text Example
White with #C9503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9503C; }
p { color: rgb(201,80,60); }
H1.HeaderClassName
{
color: #C9503C;
}
.AnyTagClassName
{
color: #C9503C;
}
</style>
background-color css
<style>
a { background-color: #C9503C; }
a { background-color: rgb(201,80,60); }
div.DivClassName
{
background-color: #C9503C;
}
.BgClassName
{
background-color: #C9503C;
}
</style>
border-color css
<style>
span { border-color: #C9503C; }
span { border-color: rgb(201,80,60); }
td.TdClassName
{
border-color: #C9503C;
}
.TagClassName
{
border-color: #C9503C;
}
</style>