Shades of Grenadier #C9503F
Tints of Grenadier #C9503F
RGB
CMYK
RGB Variations
Color information
#C9503F (or 0xC9503F) is known color: Grenadier. HEX triplet: C9, 50 and 3F. RGB value is (201,80,63). Sum of RGB (Red+Green+Blue) = 201+80+63=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9503F is #36AFC0. Grayscale: #727272. Windows color (decimal): -3583937 or 4149449. OLE color: 4149449.
HSL color Cylindrical-coordinate representation of color #C9503F: hue angle of 7.39º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9503F is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 63 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.21 |
| HSL | 7.39º | 0.56% | 0.52% | - |
| HSV(B) | 7.39º | 0.69% | 0.79% | - |
| XYZ | 27.85 | 18.51 | 6.81 | - |
| YUV | 114.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 63 | 0 | 0.60 | 0.69 | 0.21 | 7.39 | 0.56 | 0.52 |
| Hex | C9 | 50 | 3F | 0 | 3C | 45 | 15 | 7 | 38 | 34 |
| Octal | 311 | 120 | 77 | 0 | 74 | 105 | 25 | 7 | 70 | 64 |
| Binary | 11001001 | 1010000 | 111111 | 0 | 111100 | 1000101 | 10101 | 111 | 111000 | 110100 |
Color Harmonies of #C9503F
Complementary color
Monochromatic Colors of #C9503F
Black with #C9503F
Text Example
Text Example
White with #C9503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9503F; }
p { color: rgb(201,80,63); }
H1.HeaderClassName
{
color: #C9503F;
}
.AnyTagClassName
{
color: #C9503F;
}
</style>
background-color css
<style>
a { background-color: #C9503F; }
a { background-color: rgb(201,80,63); }
div.DivClassName
{
background-color: #C9503F;
}
.BgClassName
{
background-color: #C9503F;
}
</style>
border-color css
<style>
span { border-color: #C9503F; }
span { border-color: rgb(201,80,63); }
td.TdClassName
{
border-color: #C9503F;
}
.TagClassName
{
border-color: #C9503F;
}
</style>