Shades of Mango Tango #CC7303
Tints of Mango Tango #CC7303
RGB
CMYK
RGB Variations
Color information
#CC7303 (or 0xCC7303) is known color: Mango Tango. HEX triplet: CC, 73 and 03. RGB value is (204,115,3). Sum of RGB (Red+Green+Blue) = 204+115+3=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7303 is #338CFC. Grayscale: #818181. Windows color (decimal): -3378429 or 226252. OLE color: 226252.
HSL color Cylindrical-coordinate representation of color #CC7303: hue angle of 33.43º 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 #CC7303 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 3 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.2 |
| HSL | 33.43º | 0.97% | 0.41% | - |
| HSV(B) | 33.43º | 0.99% | 0.8% | - |
| XYZ | 31.05 | 25.11 | 3.3 | - |
| YUV | 128.84 | 56.99 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 3 | 0 | 0.44 | 0.99 | 0.2 | 33.43 | 0.97 | 0.41 |
| Hex | CC | 73 | 3 | 0 | 2C | 63 | 14 | 21 | 61 | 29 |
| Octal | 314 | 163 | 3 | 0 | 54 | 143 | 24 | 41 | 141 | 51 |
| Binary | 11001100 | 1110011 | 11 | 0 | 101100 | 1100011 | 10100 | 100001 | 1100001 | 101001 |
Color Harmonies of #CC7303
Complementary color
Monochromatic Colors of #CC7303
Black with #CC7303
Text Example
Text Example
White with #CC7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7303; }
p { color: rgb(204,115,3); }
H1.HeaderClassName
{
color: #CC7303;
}
.AnyTagClassName
{
color: #CC7303;
}
</style>
background-color css
<style>
a { background-color: #CC7303; }
a { background-color: rgb(204,115,3); }
div.DivClassName
{
background-color: #CC7303;
}
.BgClassName
{
background-color: #CC7303;
}
</style>
border-color css
<style>
span { border-color: #CC7303; }
span { border-color: rgb(204,115,3); }
td.TdClassName
{
border-color: #CC7303;
}
.TagClassName
{
border-color: #CC7303;
}
</style>