Shades of Mango Tango #CC7400
Tints of Mango Tango #CC7400
RGB
CMYK
RGB Variations
Color information
#CC7400 (or 0xCC7400) is known color: Mango Tango. HEX triplet: CC, 74 and 00. RGB value is (204,116,0). Sum of RGB (Red+Green+Blue) = 204+116+0=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7400 is #338BFF. Grayscale: #818181. Windows color (decimal): -3378176 or 29900. OLE color: 29900.
HSL color Cylindrical-coordinate representation of color #CC7400: hue angle of 34.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC7400 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.2 |
| HSL | 34.12º | 1% | 0.4% | - |
| HSV(B) | 34.12º | 1% | 0.8% | - |
| XYZ | 31.15 | 25.33 | 3.25 | - |
| YUV | 129.09 | 55.15 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 0 | 0 | 0.43 | 1 | 0.2 | 34.12 | 1 | 0.4 |
| Hex | CC | 74 | 0 | 0 | 2B | 64 | 14 | 22 | 64 | 28 |
| Octal | 314 | 164 | 0 | 0 | 53 | 144 | 24 | 42 | 144 | 50 |
| Binary | 11001100 | 1110100 | 0 | 0 | 101011 | 1100100 | 10100 | 100010 | 1100100 | 101000 |
Color Harmonies of #CC7400
Complementary color
Monochromatic Colors of #CC7400
Black with #CC7400
Text Example
Text Example
White with #CC7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7400; }
p { color: rgb(204,116,0); }
H1.HeaderClassName
{
color: #CC7400;
}
.AnyTagClassName
{
color: #CC7400;
}
</style>
background-color css
<style>
a { background-color: #CC7400; }
a { background-color: rgb(204,116,0); }
div.DivClassName
{
background-color: #CC7400;
}
.BgClassName
{
background-color: #CC7400;
}
</style>
border-color css
<style>
span { border-color: #CC7400; }
span { border-color: rgb(204,116,0); }
td.TdClassName
{
border-color: #CC7400;
}
.TagClassName
{
border-color: #CC7400;
}
</style>