Shades of Mango Tango #CC7100
Tints of Mango Tango #CC7100
RGB
CMYK
RGB Variations
Color information
#CC7100 (or 0xCC7100) is known color: Mango Tango. HEX triplet: CC, 71 and 00. RGB value is (204,113,0). Sum of RGB (Red+Green+Blue) = 204+113+0=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7100 is #338EFF. Grayscale: #7F7F7F. Windows color (decimal): -3378944 or 29132. OLE color: 29132.
HSL color Cylindrical-coordinate representation of color #CC7100: hue angle of 33.24º 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 #CC7100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.2 |
| HSL | 33.24º | 1% | 0.4% | - |
| HSV(B) | 33.24º | 1% | 0.8% | - |
| XYZ | 30.81 | 24.65 | 3.13 | - |
| YUV | 127.33 | 56.15 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 0 | 0 | 0.45 | 1 | 0.2 | 33.24 | 1 | 0.4 |
| Hex | CC | 71 | 0 | 0 | 2D | 64 | 14 | 21 | 64 | 28 |
| Octal | 314 | 161 | 0 | 0 | 55 | 144 | 24 | 41 | 144 | 50 |
| Binary | 11001100 | 1110001 | 0 | 0 | 101101 | 1100100 | 10100 | 100001 | 1100100 | 101000 |
Color Harmonies of #CC7100
Complementary color
Monochromatic Colors of #CC7100
Black with #CC7100
Text Example
Text Example
White with #CC7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7100; }
p { color: rgb(204,113,0); }
H1.HeaderClassName
{
color: #CC7100;
}
.AnyTagClassName
{
color: #CC7100;
}
</style>
background-color css
<style>
a { background-color: #CC7100; }
a { background-color: rgb(204,113,0); }
div.DivClassName
{
background-color: #CC7100;
}
.BgClassName
{
background-color: #CC7100;
}
</style>
border-color css
<style>
span { border-color: #CC7100; }
span { border-color: rgb(204,113,0); }
td.TdClassName
{
border-color: #CC7100;
}
.TagClassName
{
border-color: #CC7100;
}
</style>