Shades of Mango Tango #CF6F00
Tints of Mango Tango #CF6F00
RGB
CMYK
RGB Variations
Color information
#CF6F00 (or 0xCF6F00) is known color: Mango Tango. HEX triplet: CF, 6F and 00. RGB value is (207,111,0). Sum of RGB (Red+Green+Blue) = 207+111+0=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6F00 is #3090FF. Grayscale: #7F7F7F. Windows color (decimal): -3182848 or 28623. OLE color: 28623.
HSL color Cylindrical-coordinate representation of color #CF6F00: hue angle of 32.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF6F00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.19 |
| HSL | 32.17º | 1% | 0.41% | - |
| HSV(B) | 32.17º | 1% | 0.81% | - |
| XYZ | 31.42 | 24.63 | 3.1 | - |
| YUV | 127.05 | 56.3 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 0 | 0 | 0.46 | 1 | 0.19 | 32.17 | 1 | 0.41 |
| Hex | CF | 6F | 0 | 0 | 2E | 64 | 13 | 20 | 64 | 29 |
| Octal | 317 | 157 | 0 | 0 | 56 | 144 | 23 | 40 | 144 | 51 |
| Binary | 11001111 | 1101111 | 0 | 0 | 101110 | 1100100 | 10011 | 100000 | 1100100 | 101001 |
Color Harmonies of #CF6F00
Complementary color
Monochromatic Colors of #CF6F00
Black with #CF6F00
Text Example
Text Example
White with #CF6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F00; }
p { color: rgb(207,111,0); }
H1.HeaderClassName
{
color: #CF6F00;
}
.AnyTagClassName
{
color: #CF6F00;
}
</style>
background-color css
<style>
a { background-color: #CF6F00; }
a { background-color: rgb(207,111,0); }
div.DivClassName
{
background-color: #CF6F00;
}
.BgClassName
{
background-color: #CF6F00;
}
</style>
border-color css
<style>
span { border-color: #CF6F00; }
span { border-color: rgb(207,111,0); }
td.TdClassName
{
border-color: #CF6F00;
}
.TagClassName
{
border-color: #CF6F00;
}
</style>