Shades of Grenadier #CC493E
Tints of Grenadier #CC493E
RGB
CMYK
RGB Variations
Color information
#CC493E (or 0xCC493E) is known color: Grenadier. HEX triplet: CC, 49 and 3E. RGB value is (204,73,62). Sum of RGB (Red+Green+Blue) = 204+73+62=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC493E is #33B6C1. Grayscale: #6F6F6F. Windows color (decimal): -3389122 or 4082124. OLE color: 4082124.
HSL color Cylindrical-coordinate representation of color #CC493E: hue angle of 4.65º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC493E is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 62 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.2 |
| HSL | 4.65º | 0.58% | 0.52% | - |
| HSV(B) | 4.65º | 0.7% | 0.8% | - |
| XYZ | 28.15 | 17.95 | 6.54 | - |
| YUV | 110.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 62 | 0 | 0.64 | 0.70 | 0.2 | 4.65 | 0.58 | 0.52 |
| Hex | CC | 49 | 3E | 0 | 40 | 46 | 14 | 5 | 3A | 34 |
| Octal | 314 | 111 | 76 | 0 | 100 | 106 | 24 | 5 | 72 | 64 |
| Binary | 11001100 | 1001001 | 111110 | 0 | 1000000 | 1000110 | 10100 | 101 | 111010 | 110100 |
Color Harmonies of #CC493E
Complementary color
Monochromatic Colors of #CC493E
Black with #CC493E
Text Example
Text Example
White with #CC493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC493E; }
p { color: rgb(204,73,62); }
H1.HeaderClassName
{
color: #CC493E;
}
.AnyTagClassName
{
color: #CC493E;
}
</style>
background-color css
<style>
a { background-color: #CC493E; }
a { background-color: rgb(204,73,62); }
div.DivClassName
{
background-color: #CC493E;
}
.BgClassName
{
background-color: #CC493E;
}
</style>
border-color css
<style>
span { border-color: #CC493E; }
span { border-color: rgb(204,73,62); }
td.TdClassName
{
border-color: #CC493E;
}
.TagClassName
{
border-color: #CC493E;
}
</style>