Shades of Mango Tango #CC7101
Tints of Mango Tango #CC7101
RGB
CMYK
RGB Variations
Color information
#CC7101 (or 0xCC7101) is known color: Mango Tango. HEX triplet: CC, 71 and 01. RGB value is (204,113,1). Sum of RGB (Red+Green+Blue) = 204+113+1=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7101 is #338EFE. Grayscale: #7F7F7F. Windows color (decimal): -3378943 or 94668. OLE color: 94668.
HSL color Cylindrical-coordinate representation of color #CC7101: hue angle of 33.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC7101 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.2 |
| HSL | 33.1º | 0.99% | 0.4% | - |
| HSV(B) | 33.1º | 1% | 0.8% | - |
| XYZ | 30.81 | 24.65 | 3.16 | - |
| YUV | 127.44 | 56.65 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 1 | 0 | 0.45 | 1.00 | 0.2 | 33.1 | 0.99 | 0.4 |
| Hex | CC | 71 | 1 | 0 | 2D | 64 | 14 | 21 | 63 | 28 |
| Octal | 314 | 161 | 1 | 0 | 55 | 144 | 24 | 41 | 143 | 50 |
| Binary | 11001100 | 1110001 | 1 | 0 | 101101 | 1100100 | 10100 | 100001 | 1100011 | 101000 |
Color Harmonies of #CC7101
Complementary color
Monochromatic Colors of #CC7101
Black with #CC7101
Text Example
Text Example
White with #CC7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7101; }
p { color: rgb(204,113,1); }
H1.HeaderClassName
{
color: #CC7101;
}
.AnyTagClassName
{
color: #CC7101;
}
</style>
background-color css
<style>
a { background-color: #CC7101; }
a { background-color: rgb(204,113,1); }
div.DivClassName
{
background-color: #CC7101;
}
.BgClassName
{
background-color: #CC7101;
}
</style>
border-color css
<style>
span { border-color: #CC7101; }
span { border-color: rgb(204,113,1); }
td.TdClassName
{
border-color: #CC7101;
}
.TagClassName
{
border-color: #CC7101;
}
</style>