Shades of Mango Tango #CD7000
Tints of Mango Tango #CD7000
RGB
CMYK
RGB Variations
Color information
#CD7000 (or 0xCD7000) is known color: Mango Tango. HEX triplet: CD, 70 and 00. RGB value is (205,112,0). Sum of RGB (Red+Green+Blue) = 205+112+0=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7000 is #328FFF. Grayscale: #7F7F7F. Windows color (decimal): -3313664 or 28877. OLE color: 28877.
HSL color Cylindrical-coordinate representation of color #CD7000: hue angle of 32.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD7000 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.20 |
| HSL | 32.78º | 1% | 0.4% | - |
| HSV(B) | 32.78º | 1% | 0.8% | - |
| XYZ | 30.97 | 24.57 | 3.11 | - |
| YUV | 127.04 | 56.31 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 0 | 0 | 0.45 | 1 | 0.20 | 32.78 | 1 | 0.4 |
| Hex | CD | 70 | 0 | 0 | 2D | 64 | 14 | 21 | 64 | 28 |
| Octal | 315 | 160 | 0 | 0 | 55 | 144 | 24 | 41 | 144 | 50 |
| Binary | 11001101 | 1110000 | 0 | 0 | 101101 | 1100100 | 10100 | 100001 | 1100100 | 101000 |
Color Harmonies of #CD7000
Complementary color
Monochromatic Colors of #CD7000
Black with #CD7000
Text Example
Text Example
White with #CD7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7000; }
p { color: rgb(205,112,0); }
H1.HeaderClassName
{
color: #CD7000;
}
.AnyTagClassName
{
color: #CD7000;
}
</style>
background-color css
<style>
a { background-color: #CD7000; }
a { background-color: rgb(205,112,0); }
div.DivClassName
{
background-color: #CD7000;
}
.BgClassName
{
background-color: #CD7000;
}
</style>
border-color css
<style>
span { border-color: #CD7000; }
span { border-color: rgb(205,112,0); }
td.TdClassName
{
border-color: #CD7000;
}
.TagClassName
{
border-color: #CD7000;
}
</style>