Shades of Mango Tango #CE7802
Tints of Mango Tango #CE7802
RGB
CMYK
RGB Variations
Color information
#CE7802 (or 0xCE7802) is known color: Mango Tango. HEX triplet: CE, 78 and 02. RGB value is (206,120,2). Sum of RGB (Red+Green+Blue) = 206+120+2=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7802 is #3187FD. Grayscale: #848484. Windows color (decimal): -3246078 or 161998. OLE color: 161998.
HSL color Cylindrical-coordinate representation of color #CE7802: hue angle of 34.71º 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 #CE7802 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.19 |
| HSL | 34.71º | 0.98% | 0.41% | - |
| HSV(B) | 34.71º | 0.99% | 0.81% | - |
| XYZ | 32.18 | 26.56 | 3.49 | - |
| YUV | 132.26 | 54.49 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 2 | 0 | 0.42 | 0.99 | 0.19 | 34.71 | 0.98 | 0.41 |
| Hex | CE | 78 | 2 | 0 | 2A | 63 | 13 | 23 | 62 | 29 |
| Octal | 316 | 170 | 2 | 0 | 52 | 143 | 23 | 43 | 142 | 51 |
| Binary | 11001110 | 1111000 | 10 | 0 | 101010 | 1100011 | 10011 | 100011 | 1100010 | 101001 |
Color Harmonies of #CE7802
Complementary color
Monochromatic Colors of #CE7802
Black with #CE7802
Text Example
Text Example
White with #CE7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7802; }
p { color: rgb(206,120,2); }
H1.HeaderClassName
{
color: #CE7802;
}
.AnyTagClassName
{
color: #CE7802;
}
</style>
background-color css
<style>
a { background-color: #CE7802; }
a { background-color: rgb(206,120,2); }
div.DivClassName
{
background-color: #CE7802;
}
.BgClassName
{
background-color: #CE7802;
}
</style>
border-color css
<style>
span { border-color: #CE7802; }
span { border-color: rgb(206,120,2); }
td.TdClassName
{
border-color: #CE7802;
}
.TagClassName
{
border-color: #CE7802;
}
</style>