Shades of Grenadier #C9483D
Tints of Grenadier #C9483D
RGB
CMYK
RGB Variations
Color information
#C9483D (or 0xC9483D) is known color: Grenadier. HEX triplet: C9, 48 and 3D. RGB value is (201,72,61). Sum of RGB (Red+Green+Blue) = 201+72+61=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9483D is #36B7C2. Grayscale: #6D6D6D. Windows color (decimal): -3585987 or 4016329. OLE color: 4016329.
HSL color Cylindrical-coordinate representation of color #C9483D: hue angle of 4.71º 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 #C9483D is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 61 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.21 |
| HSL | 4.71º | 0.56% | 0.51% | - |
| HSV(B) | 4.71º | 0.7% | 0.79% | - |
| XYZ | 27.25 | 17.39 | 6.34 | - |
| YUV | 109.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 61 | 0 | 0.64 | 0.70 | 0.21 | 4.71 | 0.56 | 0.51 |
| Hex | C9 | 48 | 3D | 0 | 40 | 46 | 15 | 5 | 38 | 33 |
| Octal | 311 | 110 | 75 | 0 | 100 | 106 | 25 | 5 | 70 | 63 |
| Binary | 11001001 | 1001000 | 111101 | 0 | 1000000 | 1000110 | 10101 | 101 | 111000 | 110011 |
Color Harmonies of #C9483D
Complementary color
Monochromatic Colors of #C9483D
Black with #C9483D
Text Example
Text Example
White with #C9483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9483D; }
p { color: rgb(201,72,61); }
H1.HeaderClassName
{
color: #C9483D;
}
.AnyTagClassName
{
color: #C9483D;
}
</style>
background-color css
<style>
a { background-color: #C9483D; }
a { background-color: rgb(201,72,61); }
div.DivClassName
{
background-color: #C9483D;
}
.BgClassName
{
background-color: #C9483D;
}
</style>
border-color css
<style>
span { border-color: #C9483D; }
span { border-color: rgb(201,72,61); }
td.TdClassName
{
border-color: #C9483D;
}
.TagClassName
{
border-color: #C9483D;
}
</style>