Shades of Grenadier #CC4C40
Tints of Grenadier #CC4C40
RGB
CMYK
RGB Variations
Color information
#CC4C40 (or 0xCC4C40) is known color: Grenadier. HEX triplet: CC, 4C and 40. RGB value is (204,76,64). Sum of RGB (Red+Green+Blue) = 204+76+64=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C40 is #33B3BF. Grayscale: #717171. Windows color (decimal): -3388352 or 4213964. OLE color: 4213964.
HSL color Cylindrical-coordinate representation of color #CC4C40: hue angle of 5.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4C40 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 64 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.2 |
| HSL | 5.14º | 0.58% | 0.53% | - |
| HSV(B) | 5.14º | 0.69% | 0.8% | - |
| XYZ | 28.41 | 18.38 | 6.9 | - |
| YUV | 112.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 64 | 0 | 0.63 | 0.69 | 0.2 | 5.14 | 0.58 | 0.53 |
| Hex | CC | 4C | 40 | 0 | 3F | 45 | 14 | 5 | 3A | 35 |
| Octal | 314 | 114 | 100 | 0 | 77 | 105 | 24 | 5 | 72 | 65 |
| Binary | 11001100 | 1001100 | 1000000 | 0 | 111111 | 1000101 | 10100 | 101 | 111010 | 110101 |
Color Harmonies of #CC4C40
Complementary color
Monochromatic Colors of #CC4C40
Black with #CC4C40
Text Example
Text Example
White with #CC4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C40; }
p { color: rgb(204,76,64); }
H1.HeaderClassName
{
color: #CC4C40;
}
.AnyTagClassName
{
color: #CC4C40;
}
</style>
background-color css
<style>
a { background-color: #CC4C40; }
a { background-color: rgb(204,76,64); }
div.DivClassName
{
background-color: #CC4C40;
}
.BgClassName
{
background-color: #CC4C40;
}
</style>
border-color css
<style>
span { border-color: #CC4C40; }
span { border-color: rgb(204,76,64); }
td.TdClassName
{
border-color: #CC4C40;
}
.TagClassName
{
border-color: #CC4C40;
}
</style>