Shades of Grenadier #CC493A
Tints of Grenadier #CC493A
RGB
CMYK
RGB Variations
Color information
#CC493A (or 0xCC493A) is known color: Grenadier. HEX triplet: CC, 49 and 3A. RGB value is (204,73,58). Sum of RGB (Red+Green+Blue) = 204+73+58=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC493A is #33B6C5. Grayscale: #6E6E6E. Windows color (decimal): -3389126 or 3819980. OLE color: 3819980.
HSL color Cylindrical-coordinate representation of color #CC493A: hue angle of 6.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC493A is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 58 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.2 |
| HSL | 6.16º | 0.59% | 0.51% | - |
| HSV(B) | 6.16º | 0.72% | 0.8% | - |
| XYZ | 28.05 | 17.91 | 5.98 | - |
| YUV | 110.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 58 | 0 | 0.64 | 0.72 | 0.2 | 6.16 | 0.59 | 0.51 |
| Hex | CC | 49 | 3A | 0 | 40 | 48 | 14 | 6 | 3B | 33 |
| Octal | 314 | 111 | 72 | 0 | 100 | 110 | 24 | 6 | 73 | 63 |
| Binary | 11001100 | 1001001 | 111010 | 0 | 1000000 | 1001000 | 10100 | 110 | 111011 | 110011 |
Color Harmonies of #CC493A
Complementary color
Monochromatic Colors of #CC493A
Black with #CC493A
Text Example
Text Example
White with #CC493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC493A; }
p { color: rgb(204,73,58); }
H1.HeaderClassName
{
color: #CC493A;
}
.AnyTagClassName
{
color: #CC493A;
}
</style>
background-color css
<style>
a { background-color: #CC493A; }
a { background-color: rgb(204,73,58); }
div.DivClassName
{
background-color: #CC493A;
}
.BgClassName
{
background-color: #CC493A;
}
</style>
border-color css
<style>
span { border-color: #CC493A; }
span { border-color: rgb(204,73,58); }
td.TdClassName
{
border-color: #CC493A;
}
.TagClassName
{
border-color: #CC493A;
}
</style>