Shades of Mango Tango #CC7605
Tints of Mango Tango #CC7605
RGB
CMYK
RGB Variations
Color information
#CC7605 (or 0xCC7605) is known color: Mango Tango. HEX triplet: CC, 76 and 05. RGB value is (204,118,5). Sum of RGB (Red+Green+Blue) = 204+118+5=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7605 is #3389FA. Grayscale: #838383. Windows color (decimal): -3377659 or 358092. OLE color: 358092.
HSL color Cylindrical-coordinate representation of color #CC7605: hue angle of 34.07º 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 #CC7605 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.2 |
| HSL | 34.07º | 0.95% | 0.41% | - |
| HSV(B) | 34.07º | 0.98% | 0.8% | - |
| XYZ | 31.41 | 25.81 | 3.47 | - |
| YUV | 130.83 | 56.99 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 5 | 0 | 0.42 | 0.98 | 0.2 | 34.07 | 0.95 | 0.41 |
| Hex | CC | 76 | 5 | 0 | 2A | 62 | 14 | 22 | 5F | 29 |
| Octal | 314 | 166 | 5 | 0 | 52 | 142 | 24 | 42 | 137 | 51 |
| Binary | 11001100 | 1110110 | 101 | 0 | 101010 | 1100010 | 10100 | 100010 | 1011111 | 101001 |
Color Harmonies of #CC7605
Complementary color
Monochromatic Colors of #CC7605
Black with #CC7605
Text Example
Text Example
White with #CC7605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7605; }
p { color: rgb(204,118,5); }
H1.HeaderClassName
{
color: #CC7605;
}
.AnyTagClassName
{
color: #CC7605;
}
</style>
background-color css
<style>
a { background-color: #CC7605; }
a { background-color: rgb(204,118,5); }
div.DivClassName
{
background-color: #CC7605;
}
.BgClassName
{
background-color: #CC7605;
}
</style>
border-color css
<style>
span { border-color: #CC7605; }
span { border-color: rgb(204,118,5); }
td.TdClassName
{
border-color: #CC7605;
}
.TagClassName
{
border-color: #CC7605;
}
</style>