Shades of Mango Tango #CC7103
Tints of Mango Tango #CC7103
RGB
CMYK
RGB Variations
Color information
#CC7103 (or 0xCC7103) is known color: Mango Tango. HEX triplet: CC, 71 and 03. RGB value is (204,113,3). Sum of RGB (Red+Green+Blue) = 204+113+3=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7103 is #338EFC. Grayscale: #808080. Windows color (decimal): -3378941 or 225740. OLE color: 225740.
HSL color Cylindrical-coordinate representation of color #CC7103: hue angle of 32.84º 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 #CC7103 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 3 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.2 |
| HSL | 32.84º | 0.97% | 0.41% | - |
| HSV(B) | 32.84º | 0.99% | 0.8% | - |
| XYZ | 30.82 | 24.65 | 3.22 | - |
| YUV | 127.67 | 57.65 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 3 | 0 | 0.45 | 0.99 | 0.2 | 32.84 | 0.97 | 0.41 |
| Hex | CC | 71 | 3 | 0 | 2D | 63 | 14 | 21 | 61 | 29 |
| Octal | 314 | 161 | 3 | 0 | 55 | 143 | 24 | 41 | 141 | 51 |
| Binary | 11001100 | 1110001 | 11 | 0 | 101101 | 1100011 | 10100 | 100001 | 1100001 | 101001 |
Color Harmonies of #CC7103
Complementary color
Monochromatic Colors of #CC7103
Black with #CC7103
Text Example
Text Example
White with #CC7103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7103; }
p { color: rgb(204,113,3); }
H1.HeaderClassName
{
color: #CC7103;
}
.AnyTagClassName
{
color: #CC7103;
}
</style>
background-color css
<style>
a { background-color: #CC7103; }
a { background-color: rgb(204,113,3); }
div.DivClassName
{
background-color: #CC7103;
}
.BgClassName
{
background-color: #CC7103;
}
</style>
border-color css
<style>
span { border-color: #CC7103; }
span { border-color: rgb(204,113,3); }
td.TdClassName
{
border-color: #CC7103;
}
.TagClassName
{
border-color: #CC7103;
}
</style>