Shades of Mango Tango #CC7404
Tints of Mango Tango #CC7404
RGB
CMYK
RGB Variations
Color information
#CC7404 (or 0xCC7404) is known color: Mango Tango. HEX triplet: CC, 74 and 04. RGB value is (204,116,4). Sum of RGB (Red+Green+Blue) = 204+116+4=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7404 is #338BFB. Grayscale: #828282. Windows color (decimal): -3378172 or 292044. OLE color: 292044.
HSL color Cylindrical-coordinate representation of color #CC7404: hue angle of 33.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC7404 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.2 |
| HSL | 33.6º | 0.96% | 0.41% | - |
| HSV(B) | 33.6º | 0.98% | 0.8% | - |
| XYZ | 31.17 | 25.34 | 3.36 | - |
| YUV | 129.54 | 57.15 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 4 | 0 | 0.43 | 0.98 | 0.2 | 33.6 | 0.96 | 0.41 |
| Hex | CC | 74 | 4 | 0 | 2B | 62 | 14 | 22 | 60 | 29 |
| Octal | 314 | 164 | 4 | 0 | 53 | 142 | 24 | 42 | 140 | 51 |
| Binary | 11001100 | 1110100 | 100 | 0 | 101011 | 1100010 | 10100 | 100010 | 1100000 | 101001 |
Color Harmonies of #CC7404
Complementary color
Monochromatic Colors of #CC7404
Black with #CC7404
Text Example
Text Example
White with #CC7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7404; }
p { color: rgb(204,116,4); }
H1.HeaderClassName
{
color: #CC7404;
}
.AnyTagClassName
{
color: #CC7404;
}
</style>
background-color css
<style>
a { background-color: #CC7404; }
a { background-color: rgb(204,116,4); }
div.DivClassName
{
background-color: #CC7404;
}
.BgClassName
{
background-color: #CC7404;
}
</style>
border-color css
<style>
span { border-color: #CC7404; }
span { border-color: rgb(204,116,4); }
td.TdClassName
{
border-color: #CC7404;
}
.TagClassName
{
border-color: #CC7404;
}
</style>