Shades of Mango Tango #CF7206
Tints of Mango Tango #CF7206
RGB
CMYK
RGB Variations
Color information
#CF7206 (or 0xCF7206) is known color: Mango Tango. HEX triplet: CF, 72 and 06. RGB value is (207,114,6). Sum of RGB (Red+Green+Blue) = 207+114+6=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7206 is #308DF9. Grayscale: #828282. Windows color (decimal): -3182074 or 422607. OLE color: 422607.
HSL color Cylindrical-coordinate representation of color #CF7206: hue angle of 32.24º 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 #CF7206 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 6 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.19 |
| HSL | 32.24º | 0.94% | 0.42% | - |
| HSV(B) | 32.24º | 0.97% | 0.81% | - |
| XYZ | 31.78 | 25.31 | 3.38 | - |
| YUV | 129.5 | 58.31 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 6 | 0 | 0.45 | 0.97 | 0.19 | 32.24 | 0.94 | 0.42 |
| Hex | CF | 72 | 6 | 0 | 2D | 61 | 13 | 20 | 5E | 2A |
| Octal | 317 | 162 | 6 | 0 | 55 | 141 | 23 | 40 | 136 | 52 |
| Binary | 11001111 | 1110010 | 110 | 0 | 101101 | 1100001 | 10011 | 100000 | 1011110 | 101010 |
Color Harmonies of #CF7206
Complementary color
Monochromatic Colors of #CF7206
Black with #CF7206
Text Example
Text Example
White with #CF7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7206; }
p { color: rgb(207,114,6); }
H1.HeaderClassName
{
color: #CF7206;
}
.AnyTagClassName
{
color: #CF7206;
}
</style>
background-color css
<style>
a { background-color: #CF7206; }
a { background-color: rgb(207,114,6); }
div.DivClassName
{
background-color: #CF7206;
}
.BgClassName
{
background-color: #CF7206;
}
</style>
border-color css
<style>
span { border-color: #CF7206; }
span { border-color: rgb(207,114,6); }
td.TdClassName
{
border-color: #CF7206;
}
.TagClassName
{
border-color: #CF7206;
}
</style>