Shades of Grenadier #C9483A
Tints of Grenadier #C9483A
RGB
CMYK
RGB Variations
Color information
#C9483A (or 0xC9483A) is known color: Grenadier. HEX triplet: C9, 48 and 3A. RGB value is (201,72,58). Sum of RGB (Red+Green+Blue) = 201+72+58=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9483A is #36B7C5. Grayscale: #6D6D6D. Windows color (decimal): -3585990 or 3819721. OLE color: 3819721.
HSL color Cylindrical-coordinate representation of color #C9483A: hue angle of 5.87º 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 #C9483A is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 58 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.21 |
| HSL | 5.87º | 0.57% | 0.51% | - |
| HSV(B) | 5.87º | 0.71% | 0.79% | - |
| XYZ | 27.17 | 17.36 | 5.92 | - |
| YUV | 108.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 58 | 0 | 0.64 | 0.71 | 0.21 | 5.87 | 0.57 | 0.51 |
| Hex | C9 | 48 | 3A | 0 | 40 | 47 | 15 | 6 | 39 | 33 |
| Octal | 311 | 110 | 72 | 0 | 100 | 107 | 25 | 6 | 71 | 63 |
| Binary | 11001001 | 1001000 | 111010 | 0 | 1000000 | 1000111 | 10101 | 110 | 111001 | 110011 |
Color Harmonies of #C9483A
Complementary color
Monochromatic Colors of #C9483A
Black with #C9483A
Text Example
Text Example
White with #C9483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9483A; }
p { color: rgb(201,72,58); }
H1.HeaderClassName
{
color: #C9483A;
}
.AnyTagClassName
{
color: #C9483A;
}
</style>
background-color css
<style>
a { background-color: #C9483A; }
a { background-color: rgb(201,72,58); }
div.DivClassName
{
background-color: #C9483A;
}
.BgClassName
{
background-color: #C9483A;
}
</style>
border-color css
<style>
span { border-color: #C9483A; }
span { border-color: rgb(201,72,58); }
td.TdClassName
{
border-color: #C9483A;
}
.TagClassName
{
border-color: #C9483A;
}
</style>