Shades of Mango Tango #CE7A05
Tints of Mango Tango #CE7A05
RGB
CMYK
RGB Variations
Color information
#CE7A05 (or 0xCE7A05) is known color: Mango Tango. HEX triplet: CE, 7A and 05. RGB value is (206,122,5). Sum of RGB (Red+Green+Blue) = 206+122+5=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A05 is #3185FA. Grayscale: #868686. Windows color (decimal): -3245563 or 359118. OLE color: 359118.
HSL color Cylindrical-coordinate representation of color #CE7A05: hue angle of 34.93º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE7A05 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.19 |
| HSL | 34.93º | 0.95% | 0.41% | - |
| HSV(B) | 34.93º | 0.98% | 0.81% | - |
| XYZ | 32.44 | 27.05 | 3.66 | - |
| YUV | 133.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 5 | 0 | 0.41 | 0.98 | 0.19 | 34.93 | 0.95 | 0.41 |
| Hex | CE | 7A | 5 | 0 | 29 | 62 | 13 | 23 | 5F | 29 |
| Octal | 316 | 172 | 5 | 0 | 51 | 142 | 23 | 43 | 137 | 51 |
| Binary | 11001110 | 1111010 | 101 | 0 | 101001 | 1100010 | 10011 | 100011 | 1011111 | 101001 |
Color Harmonies of #CE7A05
Complementary color
Monochromatic Colors of #CE7A05
Black with #CE7A05
Text Example
Text Example
White with #CE7A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A05; }
p { color: rgb(206,122,5); }
H1.HeaderClassName
{
color: #CE7A05;
}
.AnyTagClassName
{
color: #CE7A05;
}
</style>
background-color css
<style>
a { background-color: #CE7A05; }
a { background-color: rgb(206,122,5); }
div.DivClassName
{
background-color: #CE7A05;
}
.BgClassName
{
background-color: #CE7A05;
}
</style>
border-color css
<style>
span { border-color: #CE7A05; }
span { border-color: rgb(206,122,5); }
td.TdClassName
{
border-color: #CE7A05;
}
.TagClassName
{
border-color: #CE7A05;
}
</style>