Shades of Grenadier #CC4536
Tints of Grenadier #CC4536
RGB
CMYK
RGB Variations
Color information
#CC4536 (or 0xCC4536) is known color: Grenadier. HEX triplet: CC, 45 and 36. RGB value is (204,69,54). Sum of RGB (Red+Green+Blue) = 204+69+54=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4536 is #33BAC9. Grayscale: #6B6B6B. Windows color (decimal): -3390154 or 3556812. OLE color: 3556812.
HSL color Cylindrical-coordinate representation of color #CC4536: hue angle of 6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC4536 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 54 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.2 |
| HSL | 6º | 0.6% | 0.51% | - |
| HSV(B) | 6º | 0.74% | 0.8% | - |
| XYZ | 27.7 | 17.36 | 5.38 | - |
| YUV | 107.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 54 | 0 | 0.66 | 0.74 | 0.2 | 6 | 0.6 | 0.51 |
| Hex | CC | 45 | 36 | 0 | 42 | 4A | 14 | 6 | 3C | 33 |
| Octal | 314 | 105 | 66 | 0 | 102 | 112 | 24 | 6 | 74 | 63 |
| Binary | 11001100 | 1000101 | 110110 | 0 | 1000010 | 1001010 | 10100 | 110 | 111100 | 110011 |
Color Harmonies of #CC4536
Complementary color
Monochromatic Colors of #CC4536
Black with #CC4536
Text Example
Text Example
White with #CC4536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4536; }
p { color: rgb(204,69,54); }
H1.HeaderClassName
{
color: #CC4536;
}
.AnyTagClassName
{
color: #CC4536;
}
</style>
background-color css
<style>
a { background-color: #CC4536; }
a { background-color: rgb(204,69,54); }
div.DivClassName
{
background-color: #CC4536;
}
.BgClassName
{
background-color: #CC4536;
}
</style>
border-color css
<style>
span { border-color: #CC4536; }
span { border-color: rgb(204,69,54); }
td.TdClassName
{
border-color: #CC4536;
}
.TagClassName
{
border-color: #CC4536;
}
</style>