Shades of Mango Tango #CE6F01
Tints of Mango Tango #CE6F01
RGB
CMYK
RGB Variations
Color information
#CE6F01 (or 0xCE6F01) is known color: Mango Tango. HEX triplet: CE, 6F and 01. RGB value is (206,111,1). Sum of RGB (Red+Green+Blue) = 206+111+1=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6F01 is #3190FE. Grayscale: #7F7F7F. Windows color (decimal): -3248383 or 94158. OLE color: 94158.
HSL color Cylindrical-coordinate representation of color #CE6F01: hue angle of 32.2º 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 #CE6F01 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.19 |
| HSL | 32.2º | 0.99% | 0.41% | - |
| HSV(B) | 32.2º | 1% | 0.81% | - |
| XYZ | 31.14 | 24.49 | 3.11 | - |
| YUV | 126.87 | 56.97 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 1 | 0 | 0.46 | 1.00 | 0.19 | 32.2 | 0.99 | 0.41 |
| Hex | CE | 6F | 1 | 0 | 2E | 64 | 13 | 20 | 63 | 29 |
| Octal | 316 | 157 | 1 | 0 | 56 | 144 | 23 | 40 | 143 | 51 |
| Binary | 11001110 | 1101111 | 1 | 0 | 101110 | 1100100 | 10011 | 100000 | 1100011 | 101001 |
Color Harmonies of #CE6F01
Complementary color
Monochromatic Colors of #CE6F01
Black with #CE6F01
Text Example
Text Example
White with #CE6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F01; }
p { color: rgb(206,111,1); }
H1.HeaderClassName
{
color: #CE6F01;
}
.AnyTagClassName
{
color: #CE6F01;
}
</style>
background-color css
<style>
a { background-color: #CE6F01; }
a { background-color: rgb(206,111,1); }
div.DivClassName
{
background-color: #CE6F01;
}
.BgClassName
{
background-color: #CE6F01;
}
</style>
border-color css
<style>
span { border-color: #CE6F01; }
span { border-color: rgb(206,111,1); }
td.TdClassName
{
border-color: #CE6F01;
}
.TagClassName
{
border-color: #CE6F01;
}
</style>