Shades of Grenadier #C9503D
Tints of Grenadier #C9503D
RGB
CMYK
RGB Variations
Color information
#C9503D (or 0xC9503D) is known color: Grenadier. HEX triplet: C9, 50 and 3D. RGB value is (201,80,61). Sum of RGB (Red+Green+Blue) = 201+80+61=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9503D is #36AFC2. Grayscale: #727272. Windows color (decimal): -3583939 or 4018377. OLE color: 4018377.
HSL color Cylindrical-coordinate representation of color #C9503D: hue angle of 8.14º degrees, saturation: 0.56, 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 #C9503D is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 61 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.21 |
| HSL | 8.14º | 0.56% | 0.51% | - |
| HSV(B) | 8.14º | 0.7% | 0.79% | - |
| XYZ | 27.8 | 18.49 | 6.52 | - |
| YUV | 114.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 61 | 0 | 0.60 | 0.70 | 0.21 | 8.14 | 0.56 | 0.51 |
| Hex | C9 | 50 | 3D | 0 | 3C | 46 | 15 | 8 | 38 | 33 |
| Octal | 311 | 120 | 75 | 0 | 74 | 106 | 25 | 10 | 70 | 63 |
| Binary | 11001001 | 1010000 | 111101 | 0 | 111100 | 1000110 | 10101 | 1000 | 111000 | 110011 |
Color Harmonies of #C9503D
Complementary color
Monochromatic Colors of #C9503D
Black with #C9503D
Text Example
Text Example
White with #C9503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9503D; }
p { color: rgb(201,80,61); }
H1.HeaderClassName
{
color: #C9503D;
}
.AnyTagClassName
{
color: #C9503D;
}
</style>
background-color css
<style>
a { background-color: #C9503D; }
a { background-color: rgb(201,80,61); }
div.DivClassName
{
background-color: #C9503D;
}
.BgClassName
{
background-color: #C9503D;
}
</style>
border-color css
<style>
span { border-color: #C9503D; }
span { border-color: rgb(201,80,61); }
td.TdClassName
{
border-color: #C9503D;
}
.TagClassName
{
border-color: #C9503D;
}
</style>