Shades of Mango Tango #CE7002
Tints of Mango Tango #CE7002
RGB
CMYK
RGB Variations
Color information
#CE7002 (or 0xCE7002) is known color: Mango Tango. HEX triplet: CE, 70 and 02. RGB value is (206,112,2). Sum of RGB (Red+Green+Blue) = 206+112+2=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7002 is #318FFD. Grayscale: #808080. Windows color (decimal): -3248126 or 159950. OLE color: 159950.
HSL color Cylindrical-coordinate representation of color #CE7002: hue angle of 32.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE7002 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.19 |
| HSL | 32.35º | 0.98% | 0.41% | - |
| HSV(B) | 32.35º | 0.99% | 0.81% | - |
| XYZ | 31.26 | 24.71 | 3.18 | - |
| YUV | 127.57 | 57.14 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 2 | 0 | 0.46 | 0.99 | 0.19 | 32.35 | 0.98 | 0.41 |
| Hex | CE | 70 | 2 | 0 | 2E | 63 | 13 | 20 | 62 | 29 |
| Octal | 316 | 160 | 2 | 0 | 56 | 143 | 23 | 40 | 142 | 51 |
| Binary | 11001110 | 1110000 | 10 | 0 | 101110 | 1100011 | 10011 | 100000 | 1100010 | 101001 |
Color Harmonies of #CE7002
Complementary color
Monochromatic Colors of #CE7002
Black with #CE7002
Text Example
Text Example
White with #CE7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7002; }
p { color: rgb(206,112,2); }
H1.HeaderClassName
{
color: #CE7002;
}
.AnyTagClassName
{
color: #CE7002;
}
</style>
background-color css
<style>
a { background-color: #CE7002; }
a { background-color: rgb(206,112,2); }
div.DivClassName
{
background-color: #CE7002;
}
.BgClassName
{
background-color: #CE7002;
}
</style>
border-color css
<style>
span { border-color: #CE7002; }
span { border-color: rgb(206,112,2); }
td.TdClassName
{
border-color: #CE7002;
}
.TagClassName
{
border-color: #CE7002;
}
</style>