Shades of Mango Tango #CC7603
Tints of Mango Tango #CC7603
RGB
CMYK
RGB Variations
Color information
#CC7603 (or 0xCC7603) is known color: Mango Tango. HEX triplet: CC, 76 and 03. RGB value is (204,118,3). Sum of RGB (Red+Green+Blue) = 204+118+3=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7603 is #3389FC. Grayscale: #838383. Windows color (decimal): -3377661 or 227020. OLE color: 227020.
HSL color Cylindrical-coordinate representation of color #CC7603: hue angle of 34.33º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC7603 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.2 |
| HSL | 34.33º | 0.97% | 0.41% | - |
| HSV(B) | 34.33º | 0.99% | 0.8% | - |
| XYZ | 31.4 | 25.8 | 3.41 | - |
| YUV | 130.6 | 55.99 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 3 | 0 | 0.42 | 0.99 | 0.2 | 34.33 | 0.97 | 0.41 |
| Hex | CC | 76 | 3 | 0 | 2A | 63 | 14 | 22 | 61 | 29 |
| Octal | 314 | 166 | 3 | 0 | 52 | 143 | 24 | 42 | 141 | 51 |
| Binary | 11001100 | 1110110 | 11 | 0 | 101010 | 1100011 | 10100 | 100010 | 1100001 | 101001 |
Color Harmonies of #CC7603
Complementary color
Monochromatic Colors of #CC7603
Black with #CC7603
Text Example
Text Example
White with #CC7603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7603; }
p { color: rgb(204,118,3); }
H1.HeaderClassName
{
color: #CC7603;
}
.AnyTagClassName
{
color: #CC7603;
}
</style>
background-color css
<style>
a { background-color: #CC7603; }
a { background-color: rgb(204,118,3); }
div.DivClassName
{
background-color: #CC7603;
}
.BgClassName
{
background-color: #CC7603;
}
</style>
border-color css
<style>
span { border-color: #CC7603; }
span { border-color: rgb(204,118,3); }
td.TdClassName
{
border-color: #CC7603;
}
.TagClassName
{
border-color: #CC7603;
}
</style>