Shades of Mango Tango #CE7A00
Tints of Mango Tango #CE7A00
RGB
CMYK
RGB Variations
Color information
#CE7A00 (or 0xCE7A00) is known color: Mango Tango. HEX triplet: CE, 7A and 00. RGB value is (206,122,0). Sum of RGB (Red+Green+Blue) = 206+122+0=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A00 is #3185FF. Grayscale: #858585. Windows color (decimal): -3245568 or 31438. OLE color: 31438.
HSL color Cylindrical-coordinate representation of color #CE7A00: hue angle of 35.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE7A00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.19 |
| HSL | 35.53º | 1% | 0.4% | - |
| HSV(B) | 35.53º | 1% | 0.81% | - |
| XYZ | 32.41 | 27.04 | 3.51 | - |
| YUV | 133.21 | 52.83 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 0 | 0 | 0.41 | 1 | 0.19 | 35.53 | 1 | 0.4 |
| Hex | CE | 7A | 0 | 0 | 29 | 64 | 13 | 24 | 64 | 28 |
| Octal | 316 | 172 | 0 | 0 | 51 | 144 | 23 | 44 | 144 | 50 |
| Binary | 11001110 | 1111010 | 0 | 0 | 101001 | 1100100 | 10011 | 100100 | 1100100 | 101000 |
Color Harmonies of #CE7A00
Complementary color
Monochromatic Colors of #CE7A00
Black with #CE7A00
Text Example
Text Example
White with #CE7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A00; }
p { color: rgb(206,122,0); }
H1.HeaderClassName
{
color: #CE7A00;
}
.AnyTagClassName
{
color: #CE7A00;
}
</style>
background-color css
<style>
a { background-color: #CE7A00; }
a { background-color: rgb(206,122,0); }
div.DivClassName
{
background-color: #CE7A00;
}
.BgClassName
{
background-color: #CE7A00;
}
</style>
border-color css
<style>
span { border-color: #CE7A00; }
span { border-color: rgb(206,122,0); }
td.TdClassName
{
border-color: #CE7A00;
}
.TagClassName
{
border-color: #CE7A00;
}
</style>