Shades of Mango Tango #CC7703
Tints of Mango Tango #CC7703
RGB
CMYK
RGB Variations
Color information
#CC7703 (or 0xCC7703) is known color: Mango Tango. HEX triplet: CC, 77 and 03. RGB value is (204,119,3). Sum of RGB (Red+Green+Blue) = 204+119+3=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7703 is #3388FC. Grayscale: #838383. Windows color (decimal): -3377405 or 227276. OLE color: 227276.
HSL color Cylindrical-coordinate representation of color #CC7703: hue angle of 34.63º 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 #CC7703 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.2 |
| HSL | 34.63º | 0.97% | 0.41% | - |
| HSV(B) | 34.63º | 0.99% | 0.8% | - |
| XYZ | 31.52 | 26.04 | 3.45 | - |
| YUV | 131.19 | 55.66 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 3 | 0 | 0.42 | 0.99 | 0.2 | 34.63 | 0.97 | 0.41 |
| Hex | CC | 77 | 3 | 0 | 2A | 63 | 14 | 23 | 61 | 29 |
| Octal | 314 | 167 | 3 | 0 | 52 | 143 | 24 | 43 | 141 | 51 |
| Binary | 11001100 | 1110111 | 11 | 0 | 101010 | 1100011 | 10100 | 100011 | 1100001 | 101001 |
Color Harmonies of #CC7703
Complementary color
Monochromatic Colors of #CC7703
Black with #CC7703
Text Example
Text Example
White with #CC7703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7703; }
p { color: rgb(204,119,3); }
H1.HeaderClassName
{
color: #CC7703;
}
.AnyTagClassName
{
color: #CC7703;
}
</style>
background-color css
<style>
a { background-color: #CC7703; }
a { background-color: rgb(204,119,3); }
div.DivClassName
{
background-color: #CC7703;
}
.BgClassName
{
background-color: #CC7703;
}
</style>
border-color css
<style>
span { border-color: #CC7703; }
span { border-color: rgb(204,119,3); }
td.TdClassName
{
border-color: #CC7703;
}
.TagClassName
{
border-color: #CC7703;
}
</style>