Shades of Mango Tango #CE7801
Tints of Mango Tango #CE7801
RGB
CMYK
RGB Variations
Color information
#CE7801 (or 0xCE7801) is known color: Mango Tango. HEX triplet: CE, 78 and 01. RGB value is (206,120,1). Sum of RGB (Red+Green+Blue) = 206+120+1=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7801 is #3187FE. Grayscale: #848484. Windows color (decimal): -3246079 or 96462. OLE color: 96462.
HSL color Cylindrical-coordinate representation of color #CE7801: hue angle of 34.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE7801 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.19 |
| HSL | 34.83º | 0.99% | 0.41% | - |
| HSV(B) | 34.83º | 1% | 0.81% | - |
| XYZ | 32.18 | 26.56 | 3.46 | - |
| YUV | 132.15 | 53.99 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 1 | 0 | 0.42 | 1.00 | 0.19 | 34.83 | 0.99 | 0.41 |
| Hex | CE | 78 | 1 | 0 | 2A | 64 | 13 | 23 | 63 | 29 |
| Octal | 316 | 170 | 1 | 0 | 52 | 144 | 23 | 43 | 143 | 51 |
| Binary | 11001110 | 1111000 | 1 | 0 | 101010 | 1100100 | 10011 | 100011 | 1100011 | 101001 |
Color Harmonies of #CE7801
Complementary color
Monochromatic Colors of #CE7801
Black with #CE7801
Text Example
Text Example
White with #CE7801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7801; }
p { color: rgb(206,120,1); }
H1.HeaderClassName
{
color: #CE7801;
}
.AnyTagClassName
{
color: #CE7801;
}
</style>
background-color css
<style>
a { background-color: #CE7801; }
a { background-color: rgb(206,120,1); }
div.DivClassName
{
background-color: #CE7801;
}
.BgClassName
{
background-color: #CE7801;
}
</style>
border-color css
<style>
span { border-color: #CE7801; }
span { border-color: rgb(206,120,1); }
td.TdClassName
{
border-color: #CE7801;
}
.TagClassName
{
border-color: #CE7801;
}
</style>