Shades of Grenadier #CC473E
Tints of Grenadier #CC473E
RGB
CMYK
RGB Variations
Color information
#CC473E (or 0xCC473E) is known color: Grenadier. HEX triplet: CC, 47 and 3E. RGB value is (204,71,62). Sum of RGB (Red+Green+Blue) = 204+71+62=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC473E is #33B8C1. Grayscale: #6D6D6D. Windows color (decimal): -3389634 or 4081612. OLE color: 4081612.
HSL color Cylindrical-coordinate representation of color #CC473E: hue angle of 3.8º 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 #CC473E is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 62 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.2 |
| HSL | 3.8º | 0.58% | 0.52% | - |
| HSV(B) | 3.8º | 0.7% | 0.8% | - |
| XYZ | 28.02 | 17.69 | 6.5 | - |
| YUV | 109.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 62 | 0 | 0.65 | 0.70 | 0.2 | 3.8 | 0.58 | 0.52 |
| Hex | CC | 47 | 3E | 0 | 41 | 46 | 14 | 4 | 3A | 34 |
| Octal | 314 | 107 | 76 | 0 | 101 | 106 | 24 | 4 | 72 | 64 |
| Binary | 11001100 | 1000111 | 111110 | 0 | 1000001 | 1000110 | 10100 | 100 | 111010 | 110100 |
Color Harmonies of #CC473E
Complementary color
Monochromatic Colors of #CC473E
Black with #CC473E
Text Example
Text Example
White with #CC473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC473E; }
p { color: rgb(204,71,62); }
H1.HeaderClassName
{
color: #CC473E;
}
.AnyTagClassName
{
color: #CC473E;
}
</style>
background-color css
<style>
a { background-color: #CC473E; }
a { background-color: rgb(204,71,62); }
div.DivClassName
{
background-color: #CC473E;
}
.BgClassName
{
background-color: #CC473E;
}
</style>
border-color css
<style>
span { border-color: #CC473E; }
span { border-color: rgb(204,71,62); }
td.TdClassName
{
border-color: #CC473E;
}
.TagClassName
{
border-color: #CC473E;
}
</style>