Shades of Mango Tango #CE6F06
Tints of Mango Tango #CE6F06
RGB
CMYK
RGB Variations
Color information
#CE6F06 (or 0xCE6F06) is known color: Mango Tango. HEX triplet: CE, 6F and 06. RGB value is (206,111,6). Sum of RGB (Red+Green+Blue) = 206+111+6=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6F06 is #3190F9. Grayscale: #7F7F7F. Windows color (decimal): -3248378 or 421838. OLE color: 421838.
HSL color Cylindrical-coordinate representation of color #CE6F06: hue angle of 31.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE6F06 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.19 |
| HSL | 31.5º | 0.94% | 0.42% | - |
| HSV(B) | 31.5º | 0.97% | 0.81% | - |
| XYZ | 31.17 | 24.5 | 3.26 | - |
| YUV | 127.44 | 59.47 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 6 | 0 | 0.46 | 0.97 | 0.19 | 31.5 | 0.94 | 0.42 |
| Hex | CE | 6F | 6 | 0 | 2E | 61 | 13 | 1F | 5E | 2A |
| Octal | 316 | 157 | 6 | 0 | 56 | 141 | 23 | 37 | 136 | 52 |
| Binary | 11001110 | 1101111 | 110 | 0 | 101110 | 1100001 | 10011 | 11111 | 1011110 | 101010 |
Color Harmonies of #CE6F06
Complementary color
Monochromatic Colors of #CE6F06
Black with #CE6F06
Text Example
Text Example
White with #CE6F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F06; }
p { color: rgb(206,111,6); }
H1.HeaderClassName
{
color: #CE6F06;
}
.AnyTagClassName
{
color: #CE6F06;
}
</style>
background-color css
<style>
a { background-color: #CE6F06; }
a { background-color: rgb(206,111,6); }
div.DivClassName
{
background-color: #CE6F06;
}
.BgClassName
{
background-color: #CE6F06;
}
</style>
border-color css
<style>
span { border-color: #CE6F06; }
span { border-color: rgb(206,111,6); }
td.TdClassName
{
border-color: #CE6F06;
}
.TagClassName
{
border-color: #CE6F06;
}
</style>