Shades of Grenadier #CC493C
Tints of Grenadier #CC493C
RGB
CMYK
RGB Variations
Color information
#CC493C (or 0xCC493C) is known color: Grenadier. HEX triplet: CC, 49 and 3C. RGB value is (204,73,60). Sum of RGB (Red+Green+Blue) = 204+73+60=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC493C is #33B6C3. Grayscale: #6E6E6E. Windows color (decimal): -3389124 or 3951052. OLE color: 3951052.
HSL color Cylindrical-coordinate representation of color #CC493C: hue angle of 5.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC493C is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 60 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.2 |
| HSL | 5.42º | 0.59% | 0.52% | - |
| HSV(B) | 5.42º | 0.71% | 0.8% | - |
| XYZ | 28.1 | 17.93 | 6.25 | - |
| YUV | 110.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 60 | 0 | 0.64 | 0.71 | 0.2 | 5.42 | 0.59 | 0.52 |
| Hex | CC | 49 | 3C | 0 | 40 | 47 | 14 | 5 | 3B | 34 |
| Octal | 314 | 111 | 74 | 0 | 100 | 107 | 24 | 5 | 73 | 64 |
| Binary | 11001100 | 1001001 | 111100 | 0 | 1000000 | 1000111 | 10100 | 101 | 111011 | 110100 |
Color Harmonies of #CC493C
Complementary color
Monochromatic Colors of #CC493C
Black with #CC493C
Text Example
Text Example
White with #CC493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC493C; }
p { color: rgb(204,73,60); }
H1.HeaderClassName
{
color: #CC493C;
}
.AnyTagClassName
{
color: #CC493C;
}
</style>
background-color css
<style>
a { background-color: #CC493C; }
a { background-color: rgb(204,73,60); }
div.DivClassName
{
background-color: #CC493C;
}
.BgClassName
{
background-color: #CC493C;
}
</style>
border-color css
<style>
span { border-color: #CC493C; }
span { border-color: rgb(204,73,60); }
td.TdClassName
{
border-color: #CC493C;
}
.TagClassName
{
border-color: #CC493C;
}
</style>