Shades of Grenadier #C9493D
Tints of Grenadier #C9493D
RGB
CMYK
RGB Variations
Color information
#C9493D (or 0xC9493D) is known color: Grenadier. HEX triplet: C9, 49 and 3D. RGB value is (201,73,61). Sum of RGB (Red+Green+Blue) = 201+73+61=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9493D is #36B6C2. Grayscale: #6E6E6E. Windows color (decimal): -3585731 or 4016585. OLE color: 4016585.
HSL color Cylindrical-coordinate representation of color #C9493D: hue angle of 5.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 #C9493D is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 61 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.21 |
| HSL | 5.14º | 0.56% | 0.51% | - |
| HSV(B) | 5.14º | 0.7% | 0.79% | - |
| XYZ | 27.31 | 17.52 | 6.36 | - |
| YUV | 109.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 61 | 0 | 0.64 | 0.70 | 0.21 | 5.14 | 0.56 | 0.51 |
| Hex | C9 | 49 | 3D | 0 | 40 | 46 | 15 | 5 | 38 | 33 |
| Octal | 311 | 111 | 75 | 0 | 100 | 106 | 25 | 5 | 70 | 63 |
| Binary | 11001001 | 1001001 | 111101 | 0 | 1000000 | 1000110 | 10101 | 101 | 111000 | 110011 |
Color Harmonies of #C9493D
Complementary color
Monochromatic Colors of #C9493D
Black with #C9493D
Text Example
Text Example
White with #C9493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9493D; }
p { color: rgb(201,73,61); }
H1.HeaderClassName
{
color: #C9493D;
}
.AnyTagClassName
{
color: #C9493D;
}
</style>
background-color css
<style>
a { background-color: #C9493D; }
a { background-color: rgb(201,73,61); }
div.DivClassName
{
background-color: #C9493D;
}
.BgClassName
{
background-color: #C9493D;
}
</style>
border-color css
<style>
span { border-color: #C9493D; }
span { border-color: rgb(201,73,61); }
td.TdClassName
{
border-color: #C9493D;
}
.TagClassName
{
border-color: #C9493D;
}
</style>