Shades of Mango Tango #CF7202
Tints of Mango Tango #CF7202
RGB
CMYK
RGB Variations
Color information
#CF7202 (or 0xCF7202) is known color: Mango Tango. HEX triplet: CF, 72 and 02. RGB value is (207,114,2). Sum of RGB (Red+Green+Blue) = 207+114+2=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7202 is #308DFD. Grayscale: #818181. Windows color (decimal): -3182078 or 160463. OLE color: 160463.
HSL color Cylindrical-coordinate representation of color #CF7202: hue angle of 32.78º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF7202 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.19 |
| HSL | 32.78º | 0.98% | 0.41% | - |
| HSV(B) | 32.78º | 0.99% | 0.81% | - |
| XYZ | 31.76 | 25.3 | 3.27 | - |
| YUV | 129.04 | 56.31 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 2 | 0 | 0.45 | 0.99 | 0.19 | 32.78 | 0.98 | 0.41 |
| Hex | CF | 72 | 2 | 0 | 2D | 63 | 13 | 21 | 62 | 29 |
| Octal | 317 | 162 | 2 | 0 | 55 | 143 | 23 | 41 | 142 | 51 |
| Binary | 11001111 | 1110010 | 10 | 0 | 101101 | 1100011 | 10011 | 100001 | 1100010 | 101001 |
Color Harmonies of #CF7202
Complementary color
Monochromatic Colors of #CF7202
Black with #CF7202
Text Example
Text Example
White with #CF7202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7202; }
p { color: rgb(207,114,2); }
H1.HeaderClassName
{
color: #CF7202;
}
.AnyTagClassName
{
color: #CF7202;
}
</style>
background-color css
<style>
a { background-color: #CF7202; }
a { background-color: rgb(207,114,2); }
div.DivClassName
{
background-color: #CF7202;
}
.BgClassName
{
background-color: #CF7202;
}
</style>
border-color css
<style>
span { border-color: #CF7202; }
span { border-color: rgb(207,114,2); }
td.TdClassName
{
border-color: #CF7202;
}
.TagClassName
{
border-color: #CF7202;
}
</style>