Shades of Mango Tango #CF7A06
Tints of Mango Tango #CF7A06
RGB
CMYK
RGB Variations
Color information
#CF7A06 (or 0xCF7A06) is known color: Mango Tango. HEX triplet: CF, 7A and 06. RGB value is (207,122,6). Sum of RGB (Red+Green+Blue) = 207+122+6=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A06 is #3085F9. Grayscale: #868686. Windows color (decimal): -3180026 or 424655. OLE color: 424655.
HSL color Cylindrical-coordinate representation of color #CF7A06: hue angle of 34.63º 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 #CF7A06 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 6 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.19 |
| HSL | 34.63º | 0.94% | 0.42% | - |
| HSV(B) | 34.63º | 0.97% | 0.81% | - |
| XYZ | 32.72 | 27.2 | 3.7 | - |
| YUV | 134.19 | 55.66 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 6 | 0 | 0.41 | 0.97 | 0.19 | 34.63 | 0.94 | 0.42 |
| Hex | CF | 7A | 6 | 0 | 29 | 61 | 13 | 23 | 5E | 2A |
| Octal | 317 | 172 | 6 | 0 | 51 | 141 | 23 | 43 | 136 | 52 |
| Binary | 11001111 | 1111010 | 110 | 0 | 101001 | 1100001 | 10011 | 100011 | 1011110 | 101010 |
Color Harmonies of #CF7A06
Complementary color
Monochromatic Colors of #CF7A06
Black with #CF7A06
Text Example
Text Example
White with #CF7A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A06; }
p { color: rgb(207,122,6); }
H1.HeaderClassName
{
color: #CF7A06;
}
.AnyTagClassName
{
color: #CF7A06;
}
</style>
background-color css
<style>
a { background-color: #CF7A06; }
a { background-color: rgb(207,122,6); }
div.DivClassName
{
background-color: #CF7A06;
}
.BgClassName
{
background-color: #CF7A06;
}
</style>
border-color css
<style>
span { border-color: #CF7A06; }
span { border-color: rgb(207,122,6); }
td.TdClassName
{
border-color: #CF7A06;
}
.TagClassName
{
border-color: #CF7A06;
}
</style>