Shades of Grenadier #C9473A
Tints of Grenadier #C9473A
RGB
CMYK
RGB Variations
Color information
#C9473A (or 0xC9473A) is known color: Grenadier. HEX triplet: C9, 47 and 3A. RGB value is (201,71,58). Sum of RGB (Red+Green+Blue) = 201+71+58=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9473A is #36B8C5. Grayscale: #6C6C6C. Windows color (decimal): -3586246 or 3819465. OLE color: 3819465.
HSL color Cylindrical-coordinate representation of color #C9473A: hue angle of 5.45º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9473A is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 58 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.21 |
| HSL | 5.45º | 0.57% | 0.51% | - |
| HSV(B) | 5.45º | 0.71% | 0.79% | - |
| XYZ | 27.1 | 17.23 | 5.9 | - |
| YUV | 108.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 58 | 0 | 0.65 | 0.71 | 0.21 | 5.45 | 0.57 | 0.51 |
| Hex | C9 | 47 | 3A | 0 | 41 | 47 | 15 | 5 | 39 | 33 |
| Octal | 311 | 107 | 72 | 0 | 101 | 107 | 25 | 5 | 71 | 63 |
| Binary | 11001001 | 1000111 | 111010 | 0 | 1000001 | 1000111 | 10101 | 101 | 111001 | 110011 |
Color Harmonies of #C9473A
Complementary color
Monochromatic Colors of #C9473A
Black with #C9473A
Text Example
Text Example
White with #C9473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9473A; }
p { color: rgb(201,71,58); }
H1.HeaderClassName
{
color: #C9473A;
}
.AnyTagClassName
{
color: #C9473A;
}
</style>
background-color css
<style>
a { background-color: #C9473A; }
a { background-color: rgb(201,71,58); }
div.DivClassName
{
background-color: #C9473A;
}
.BgClassName
{
background-color: #C9473A;
}
</style>
border-color css
<style>
span { border-color: #C9473A; }
span { border-color: rgb(201,71,58); }
td.TdClassName
{
border-color: #C9473A;
}
.TagClassName
{
border-color: #C9473A;
}
</style>