Shades of Mango Tango #CC7502
Tints of Mango Tango #CC7502
RGB
CMYK
RGB Variations
Color information
#CC7502 (or 0xCC7502) is known color: Mango Tango. HEX triplet: CC, 75 and 02. RGB value is (204,117,2). Sum of RGB (Red+Green+Blue) = 204+117+2=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7502 is #338AFD. Grayscale: #828282. Windows color (decimal): -3377918 or 161228. OLE color: 161228.
HSL color Cylindrical-coordinate representation of color #CC7502: hue angle of 34.16º 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 #CC7502 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.2 |
| HSL | 34.16º | 0.98% | 0.4% | - |
| HSV(B) | 34.16º | 0.99% | 0.8% | - |
| XYZ | 31.27 | 25.56 | 3.34 | - |
| YUV | 129.9 | 55.82 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 2 | 0 | 0.43 | 0.99 | 0.2 | 34.16 | 0.98 | 0.4 |
| Hex | CC | 75 | 2 | 0 | 2B | 63 | 14 | 22 | 62 | 28 |
| Octal | 314 | 165 | 2 | 0 | 53 | 143 | 24 | 42 | 142 | 50 |
| Binary | 11001100 | 1110101 | 10 | 0 | 101011 | 1100011 | 10100 | 100010 | 1100010 | 101000 |
Color Harmonies of #CC7502
Complementary color
Monochromatic Colors of #CC7502
Black with #CC7502
Text Example
Text Example
White with #CC7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7502; }
p { color: rgb(204,117,2); }
H1.HeaderClassName
{
color: #CC7502;
}
.AnyTagClassName
{
color: #CC7502;
}
</style>
background-color css
<style>
a { background-color: #CC7502; }
a { background-color: rgb(204,117,2); }
div.DivClassName
{
background-color: #CC7502;
}
.BgClassName
{
background-color: #CC7502;
}
</style>
border-color css
<style>
span { border-color: #CC7502; }
span { border-color: rgb(204,117,2); }
td.TdClassName
{
border-color: #CC7502;
}
.TagClassName
{
border-color: #CC7502;
}
</style>