Shades of Mango Tango #CD7002
Tints of Mango Tango #CD7002
RGB
CMYK
RGB Variations
Color information
#CD7002 (or 0xCD7002) is known color: Mango Tango. HEX triplet: CD, 70 and 02. RGB value is (205,112,2). Sum of RGB (Red+Green+Blue) = 205+112+2=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7002 is #328FFD. Grayscale: #7F7F7F. Windows color (decimal): -3313662 or 159949. OLE color: 159949.
HSL color Cylindrical-coordinate representation of color #CD7002: hue angle of 32.51º degrees, saturation: 0.98, 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 #CD7002 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.20 |
| HSL | 32.51º | 0.98% | 0.41% | - |
| HSV(B) | 32.51º | 0.99% | 0.8% | - |
| XYZ | 30.98 | 24.57 | 3.17 | - |
| YUV | 127.27 | 57.31 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 2 | 0 | 0.45 | 0.99 | 0.20 | 32.51 | 0.98 | 0.41 |
| Hex | CD | 70 | 2 | 0 | 2D | 63 | 14 | 21 | 62 | 29 |
| Octal | 315 | 160 | 2 | 0 | 55 | 143 | 24 | 41 | 142 | 51 |
| Binary | 11001101 | 1110000 | 10 | 0 | 101101 | 1100011 | 10100 | 100001 | 1100010 | 101001 |
Color Harmonies of #CD7002
Complementary color
Monochromatic Colors of #CD7002
Black with #CD7002
Text Example
Text Example
White with #CD7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7002; }
p { color: rgb(205,112,2); }
H1.HeaderClassName
{
color: #CD7002;
}
.AnyTagClassName
{
color: #CD7002;
}
</style>
background-color css
<style>
a { background-color: #CD7002; }
a { background-color: rgb(205,112,2); }
div.DivClassName
{
background-color: #CD7002;
}
.BgClassName
{
background-color: #CD7002;
}
</style>
border-color css
<style>
span { border-color: #CD7002; }
span { border-color: rgb(205,112,2); }
td.TdClassName
{
border-color: #CD7002;
}
.TagClassName
{
border-color: #CD7002;
}
</style>