Shades of Mango Tango #CF6E05
Tints of Mango Tango #CF6E05
RGB
CMYK
RGB Variations
Color information
#CF6E05 (or 0xCF6E05) is known color: Mango Tango. HEX triplet: CF, 6E and 05. RGB value is (207,110,5). Sum of RGB (Red+Green+Blue) = 207+110+5=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6E05 is #3091FA. Grayscale: #7F7F7F. Windows color (decimal): -3183099 or 356047. OLE color: 356047.
HSL color Cylindrical-coordinate representation of color #CF6E05: hue angle of 31.19º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF6E05 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 5 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.19 |
| HSL | 31.19º | 0.95% | 0.42% | - |
| HSV(B) | 31.19º | 0.98% | 0.81% | - |
| XYZ | 31.34 | 24.43 | 3.21 | - |
| YUV | 127.03 | 59.14 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 5 | 0 | 0.47 | 0.98 | 0.19 | 31.19 | 0.95 | 0.42 |
| Hex | CF | 6E | 5 | 0 | 2F | 62 | 13 | 1F | 5F | 2A |
| Octal | 317 | 156 | 5 | 0 | 57 | 142 | 23 | 37 | 137 | 52 |
| Binary | 11001111 | 1101110 | 101 | 0 | 101111 | 1100010 | 10011 | 11111 | 1011111 | 101010 |
Color Harmonies of #CF6E05
Complementary color
Monochromatic Colors of #CF6E05
Black with #CF6E05
Text Example
Text Example
White with #CF6E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E05; }
p { color: rgb(207,110,5); }
H1.HeaderClassName
{
color: #CF6E05;
}
.AnyTagClassName
{
color: #CF6E05;
}
</style>
background-color css
<style>
a { background-color: #CF6E05; }
a { background-color: rgb(207,110,5); }
div.DivClassName
{
background-color: #CF6E05;
}
.BgClassName
{
background-color: #CF6E05;
}
</style>
border-color css
<style>
span { border-color: #CF6E05; }
span { border-color: rgb(207,110,5); }
td.TdClassName
{
border-color: #CF6E05;
}
.TagClassName
{
border-color: #CF6E05;
}
</style>