Shades of Mango Tango #CC7602
Tints of Mango Tango #CC7602
RGB
CMYK
RGB Variations
Color information
#CC7602 (or 0xCC7602) is known color: Mango Tango. HEX triplet: CC, 76 and 02. RGB value is (204,118,2). Sum of RGB (Red+Green+Blue) = 204+118+2=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7602 is #3389FD. Grayscale: #838383. Windows color (decimal): -3377662 or 161484. OLE color: 161484.
HSL color Cylindrical-coordinate representation of color #CC7602: hue angle of 34.46º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC7602 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.2 |
| HSL | 34.46º | 0.98% | 0.4% | - |
| HSV(B) | 34.46º | 0.99% | 0.8% | - |
| XYZ | 31.39 | 25.8 | 3.38 | - |
| YUV | 130.49 | 55.49 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 2 | 0 | 0.42 | 0.99 | 0.2 | 34.46 | 0.98 | 0.4 |
| Hex | CC | 76 | 2 | 0 | 2A | 63 | 14 | 22 | 62 | 28 |
| Octal | 314 | 166 | 2 | 0 | 52 | 143 | 24 | 42 | 142 | 50 |
| Binary | 11001100 | 1110110 | 10 | 0 | 101010 | 1100011 | 10100 | 100010 | 1100010 | 101000 |
Color Harmonies of #CC7602
Complementary color
Monochromatic Colors of #CC7602
Black with #CC7602
Text Example
Text Example
White with #CC7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7602; }
p { color: rgb(204,118,2); }
H1.HeaderClassName
{
color: #CC7602;
}
.AnyTagClassName
{
color: #CC7602;
}
</style>
background-color css
<style>
a { background-color: #CC7602; }
a { background-color: rgb(204,118,2); }
div.DivClassName
{
background-color: #CC7602;
}
.BgClassName
{
background-color: #CC7602;
}
</style>
border-color css
<style>
span { border-color: #CC7602; }
span { border-color: rgb(204,118,2); }
td.TdClassName
{
border-color: #CC7602;
}
.TagClassName
{
border-color: #CC7602;
}
</style>