Shades of Grenadier #CC473F
Tints of Grenadier #CC473F
RGB
CMYK
RGB Variations
Color information
#CC473F (or 0xCC473F) is known color: Grenadier. HEX triplet: CC, 47 and 3F. RGB value is (204,71,63). Sum of RGB (Red+Green+Blue) = 204+71+63=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC473F is #33B8C0. Grayscale: #6E6E6E. Windows color (decimal): -3389633 or 4147148. OLE color: 4147148.
HSL color Cylindrical-coordinate representation of color #CC473F: hue angle of 3.4º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC473F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 63 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.2 |
| HSL | 3.4º | 0.58% | 0.52% | - |
| HSV(B) | 3.4º | 0.69% | 0.8% | - |
| XYZ | 28.05 | 17.7 | 6.64 | - |
| YUV | 109.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 63 | 0 | 0.65 | 0.69 | 0.2 | 3.4 | 0.58 | 0.52 |
| Hex | CC | 47 | 3F | 0 | 41 | 45 | 14 | 3 | 3A | 34 |
| Octal | 314 | 107 | 77 | 0 | 101 | 105 | 24 | 3 | 72 | 64 |
| Binary | 11001100 | 1000111 | 111111 | 0 | 1000001 | 1000101 | 10100 | 11 | 111010 | 110100 |
Color Harmonies of #CC473F
Complementary color
Monochromatic Colors of #CC473F
Black with #CC473F
Text Example
Text Example
White with #CC473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC473F; }
p { color: rgb(204,71,63); }
H1.HeaderClassName
{
color: #CC473F;
}
.AnyTagClassName
{
color: #CC473F;
}
</style>
background-color css
<style>
a { background-color: #CC473F; }
a { background-color: rgb(204,71,63); }
div.DivClassName
{
background-color: #CC473F;
}
.BgClassName
{
background-color: #CC473F;
}
</style>
border-color css
<style>
span { border-color: #CC473F; }
span { border-color: rgb(204,71,63); }
td.TdClassName
{
border-color: #CC473F;
}
.TagClassName
{
border-color: #CC473F;
}
</style>