Shades of Mango Tango #CC7301
Tints of Mango Tango #CC7301
RGB
CMYK
RGB Variations
Color information
#CC7301 (or 0xCC7301) is known color: Mango Tango. HEX triplet: CC, 73 and 01. RGB value is (204,115,1). Sum of RGB (Red+Green+Blue) = 204+115+1=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7301 is #338CFE. Grayscale: #818181. Windows color (decimal): -3378431 or 95180. OLE color: 95180.
HSL color Cylindrical-coordinate representation of color #CC7301: hue angle of 33.69º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC7301 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.2 |
| HSL | 33.69º | 0.99% | 0.4% | - |
| HSV(B) | 33.69º | 1% | 0.8% | - |
| XYZ | 31.04 | 25.1 | 3.24 | - |
| YUV | 128.62 | 55.99 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 1 | 0 | 0.44 | 1.00 | 0.2 | 33.69 | 0.99 | 0.4 |
| Hex | CC | 73 | 1 | 0 | 2C | 64 | 14 | 22 | 63 | 28 |
| Octal | 314 | 163 | 1 | 0 | 54 | 144 | 24 | 42 | 143 | 50 |
| Binary | 11001100 | 1110011 | 1 | 0 | 101100 | 1100100 | 10100 | 100010 | 1100011 | 101000 |
Color Harmonies of #CC7301
Complementary color
Monochromatic Colors of #CC7301
Black with #CC7301
Text Example
Text Example
White with #CC7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7301; }
p { color: rgb(204,115,1); }
H1.HeaderClassName
{
color: #CC7301;
}
.AnyTagClassName
{
color: #CC7301;
}
</style>
background-color css
<style>
a { background-color: #CC7301; }
a { background-color: rgb(204,115,1); }
div.DivClassName
{
background-color: #CC7301;
}
.BgClassName
{
background-color: #CC7301;
}
</style>
border-color css
<style>
span { border-color: #CC7301; }
span { border-color: rgb(204,115,1); }
td.TdClassName
{
border-color: #CC7301;
}
.TagClassName
{
border-color: #CC7301;
}
</style>