Shades of Grenadier #C9473E
Tints of Grenadier #C9473E
RGB
CMYK
RGB Variations
Color information
#C9473E (or 0xC9473E) is known color: Grenadier. HEX triplet: C9, 47 and 3E. RGB value is (201,71,62). Sum of RGB (Red+Green+Blue) = 201+71+62=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9473E is #36B8C1. Grayscale: #6D6D6D. Windows color (decimal): -3586242 or 4081609. OLE color: 4081609.
HSL color Cylindrical-coordinate representation of color #C9473E: hue angle of 3.88º 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 #C9473E is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 62 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.21 |
| HSL | 3.88º | 0.56% | 0.52% | - |
| HSV(B) | 3.88º | 0.69% | 0.79% | - |
| XYZ | 27.21 | 17.27 | 6.46 | - |
| YUV | 108.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 62 | 0 | 0.65 | 0.69 | 0.21 | 3.88 | 0.56 | 0.52 |
| Hex | C9 | 47 | 3E | 0 | 41 | 45 | 15 | 4 | 38 | 34 |
| Octal | 311 | 107 | 76 | 0 | 101 | 105 | 25 | 4 | 70 | 64 |
| Binary | 11001001 | 1000111 | 111110 | 0 | 1000001 | 1000101 | 10101 | 100 | 111000 | 110100 |
Color Harmonies of #C9473E
Complementary color
Monochromatic Colors of #C9473E
Black with #C9473E
Text Example
Text Example
White with #C9473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9473E; }
p { color: rgb(201,71,62); }
H1.HeaderClassName
{
color: #C9473E;
}
.AnyTagClassName
{
color: #C9473E;
}
</style>
background-color css
<style>
a { background-color: #C9473E; }
a { background-color: rgb(201,71,62); }
div.DivClassName
{
background-color: #C9473E;
}
.BgClassName
{
background-color: #C9473E;
}
</style>
border-color css
<style>
span { border-color: #C9473E; }
span { border-color: rgb(201,71,62); }
td.TdClassName
{
border-color: #C9473E;
}
.TagClassName
{
border-color: #C9473E;
}
</style>