Shades of Grenadier #C9493C
Tints of Grenadier #C9493C
RGB
CMYK
RGB Variations
Color information
#C9493C (or 0xC9493C) is known color: Grenadier. HEX triplet: C9, 49 and 3C. RGB value is (201,73,60). Sum of RGB (Red+Green+Blue) = 201+73+60=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9493C is #36B6C3. Grayscale: #6D6D6D. Windows color (decimal): -3585732 or 3951049. OLE color: 3951049.
HSL color Cylindrical-coordinate representation of color #C9493C: hue angle of 5.53º degrees, saturation: 0.57, 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 #C9493C is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 60 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.21 |
| HSL | 5.53º | 0.57% | 0.51% | - |
| HSV(B) | 5.53º | 0.7% | 0.79% | - |
| XYZ | 27.29 | 17.51 | 6.22 | - |
| YUV | 109.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 60 | 0 | 0.64 | 0.70 | 0.21 | 5.53 | 0.57 | 0.51 |
| Hex | C9 | 49 | 3C | 0 | 40 | 46 | 15 | 6 | 39 | 33 |
| Octal | 311 | 111 | 74 | 0 | 100 | 106 | 25 | 6 | 71 | 63 |
| Binary | 11001001 | 1001001 | 111100 | 0 | 1000000 | 1000110 | 10101 | 110 | 111001 | 110011 |
Color Harmonies of #C9493C
Complementary color
Monochromatic Colors of #C9493C
Black with #C9493C
Text Example
Text Example
White with #C9493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9493C; }
p { color: rgb(201,73,60); }
H1.HeaderClassName
{
color: #C9493C;
}
.AnyTagClassName
{
color: #C9493C;
}
</style>
background-color css
<style>
a { background-color: #C9493C; }
a { background-color: rgb(201,73,60); }
div.DivClassName
{
background-color: #C9493C;
}
.BgClassName
{
background-color: #C9493C;
}
</style>
border-color css
<style>
span { border-color: #C9493C; }
span { border-color: rgb(201,73,60); }
td.TdClassName
{
border-color: #C9493C;
}
.TagClassName
{
border-color: #C9493C;
}
</style>