Shades of Mango Tango #CC7105
Tints of Mango Tango #CC7105
RGB
CMYK
RGB Variations
Color information
#CC7105 (or 0xCC7105) is known color: Mango Tango. HEX triplet: CC, 71 and 05. RGB value is (204,113,5). Sum of RGB (Red+Green+Blue) = 204+113+5=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7105 is #338EFA. Grayscale: #808080. Windows color (decimal): -3378939 or 356812. OLE color: 356812.
HSL color Cylindrical-coordinate representation of color #CC7105: hue angle of 32.56º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC7105 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.2 |
| HSL | 32.56º | 0.95% | 0.41% | - |
| HSV(B) | 32.56º | 0.98% | 0.8% | - |
| XYZ | 30.83 | 24.66 | 3.28 | - |
| YUV | 127.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 5 | 0 | 0.45 | 0.98 | 0.2 | 32.56 | 0.95 | 0.41 |
| Hex | CC | 71 | 5 | 0 | 2D | 62 | 14 | 21 | 5F | 29 |
| Octal | 314 | 161 | 5 | 0 | 55 | 142 | 24 | 41 | 137 | 51 |
| Binary | 11001100 | 1110001 | 101 | 0 | 101101 | 1100010 | 10100 | 100001 | 1011111 | 101001 |
Color Harmonies of #CC7105
Complementary color
Monochromatic Colors of #CC7105
Black with #CC7105
Text Example
Text Example
White with #CC7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7105; }
p { color: rgb(204,113,5); }
H1.HeaderClassName
{
color: #CC7105;
}
.AnyTagClassName
{
color: #CC7105;
}
</style>
background-color css
<style>
a { background-color: #CC7105; }
a { background-color: rgb(204,113,5); }
div.DivClassName
{
background-color: #CC7105;
}
.BgClassName
{
background-color: #CC7105;
}
</style>
border-color css
<style>
span { border-color: #CC7105; }
span { border-color: rgb(204,113,5); }
td.TdClassName
{
border-color: #CC7105;
}
.TagClassName
{
border-color: #CC7105;
}
</style>