Shades of Grenadier #C9473D
Tints of Grenadier #C9473D
RGB
CMYK
RGB Variations
Color information
#C9473D (or 0xC9473D) is known color: Grenadier. HEX triplet: C9, 47 and 3D. RGB value is (201,71,61). Sum of RGB (Red+Green+Blue) = 201+71+61=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9473D is #36B8C2. Grayscale: #6C6C6C. Windows color (decimal): -3586243 or 4016073. OLE color: 4016073.
HSL color Cylindrical-coordinate representation of color #C9473D: hue angle of 4.29º 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 #C9473D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 61 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.21 |
| HSL | 4.29º | 0.56% | 0.51% | - |
| HSV(B) | 4.29º | 0.7% | 0.79% | - |
| XYZ | 27.18 | 17.26 | 6.31 | - |
| YUV | 108.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 61 | 0 | 0.65 | 0.70 | 0.21 | 4.29 | 0.56 | 0.51 |
| Hex | C9 | 47 | 3D | 0 | 41 | 46 | 15 | 4 | 38 | 33 |
| Octal | 311 | 107 | 75 | 0 | 101 | 106 | 25 | 4 | 70 | 63 |
| Binary | 11001001 | 1000111 | 111101 | 0 | 1000001 | 1000110 | 10101 | 100 | 111000 | 110011 |
Color Harmonies of #C9473D
Complementary color
Monochromatic Colors of #C9473D
Black with #C9473D
Text Example
Text Example
White with #C9473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9473D; }
p { color: rgb(201,71,61); }
H1.HeaderClassName
{
color: #C9473D;
}
.AnyTagClassName
{
color: #C9473D;
}
</style>
background-color css
<style>
a { background-color: #C9473D; }
a { background-color: rgb(201,71,61); }
div.DivClassName
{
background-color: #C9473D;
}
.BgClassName
{
background-color: #C9473D;
}
</style>
border-color css
<style>
span { border-color: #C9473D; }
span { border-color: rgb(201,71,61); }
td.TdClassName
{
border-color: #C9473D;
}
.TagClassName
{
border-color: #C9473D;
}
</style>