Shades of Grenadier #CC4637
Tints of Grenadier #CC4637
RGB
CMYK
RGB Variations
Color information
#CC4637 (or 0xCC4637) is known color: Grenadier. HEX triplet: CC, 46 and 37. RGB value is (204,70,55). Sum of RGB (Red+Green+Blue) = 204+70+55=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4637 is #33B9C8. Grayscale: #6C6C6C. Windows color (decimal): -3389897 or 3622604. OLE color: 3622604.
HSL color Cylindrical-coordinate representation of color #CC4637: hue angle of 6.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC4637 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 55 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.2 |
| HSL | 6.04º | 0.59% | 0.51% | - |
| HSV(B) | 6.04º | 0.73% | 0.8% | - |
| XYZ | 27.78 | 17.49 | 5.53 | - |
| YUV | 108.36 | 97.89 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 55 | 0 | 0.66 | 0.73 | 0.2 | 6.04 | 0.59 | 0.51 |
| Hex | CC | 46 | 37 | 0 | 42 | 49 | 14 | 6 | 3B | 33 |
| Octal | 314 | 106 | 67 | 0 | 102 | 111 | 24 | 6 | 73 | 63 |
| Binary | 11001100 | 1000110 | 110111 | 0 | 1000010 | 1001001 | 10100 | 110 | 111011 | 110011 |
Color Harmonies of #CC4637
Complementary color
Monochromatic Colors of #CC4637
Black with #CC4637
Text Example
Text Example
White with #CC4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4637; }
p { color: rgb(204,70,55); }
H1.HeaderClassName
{
color: #CC4637;
}
.AnyTagClassName
{
color: #CC4637;
}
</style>
background-color css
<style>
a { background-color: #CC4637; }
a { background-color: rgb(204,70,55); }
div.DivClassName
{
background-color: #CC4637;
}
.BgClassName
{
background-color: #CC4637;
}
</style>
border-color css
<style>
span { border-color: #CC4637; }
span { border-color: rgb(204,70,55); }
td.TdClassName
{
border-color: #CC4637;
}
.TagClassName
{
border-color: #CC4637;
}
</style>