Shades of Grenadier #CC473C
Tints of Grenadier #CC473C
RGB
CMYK
RGB Variations
Color information
#CC473C (or 0xCC473C) is known color: Grenadier. HEX triplet: CC, 47 and 3C. RGB value is (204,71,60). Sum of RGB (Red+Green+Blue) = 204+71+60=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC473C is #33B8C3. Grayscale: #6D6D6D. Windows color (decimal): -3389636 or 3950540. OLE color: 3950540.
HSL color Cylindrical-coordinate representation of color #CC473C: hue angle of 4.58º 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 #CC473C is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 60 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.2 |
| HSL | 4.58º | 0.59% | 0.52% | - |
| HSV(B) | 4.58º | 0.71% | 0.8% | - |
| XYZ | 27.97 | 17.67 | 6.21 | - |
| YUV | 109.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 60 | 0 | 0.65 | 0.71 | 0.2 | 4.58 | 0.59 | 0.52 |
| Hex | CC | 47 | 3C | 0 | 41 | 47 | 14 | 5 | 3B | 34 |
| Octal | 314 | 107 | 74 | 0 | 101 | 107 | 24 | 5 | 73 | 64 |
| Binary | 11001100 | 1000111 | 111100 | 0 | 1000001 | 1000111 | 10100 | 101 | 111011 | 110100 |
Color Harmonies of #CC473C
Complementary color
Monochromatic Colors of #CC473C
Black with #CC473C
Text Example
Text Example
White with #CC473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC473C; }
p { color: rgb(204,71,60); }
H1.HeaderClassName
{
color: #CC473C;
}
.AnyTagClassName
{
color: #CC473C;
}
</style>
background-color css
<style>
a { background-color: #CC473C; }
a { background-color: rgb(204,71,60); }
div.DivClassName
{
background-color: #CC473C;
}
.BgClassName
{
background-color: #CC473C;
}
</style>
border-color css
<style>
span { border-color: #CC473C; }
span { border-color: rgb(204,71,60); }
td.TdClassName
{
border-color: #CC473C;
}
.TagClassName
{
border-color: #CC473C;
}
</style>