Shades of Mango Tango #CF7200
Tints of Mango Tango #CF7200
RGB
CMYK
RGB Variations
Color information
#CF7200 (or 0xCF7200) is known color: Mango Tango. HEX triplet: CF, 72 and 00. RGB value is (207,114,0). Sum of RGB (Red+Green+Blue) = 207+114+0=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7200 is #308DFF. Grayscale: #818181. Windows color (decimal): -3182080 or 29391. OLE color: 29391.
HSL color Cylindrical-coordinate representation of color #CF7200: hue angle of 33.04º 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 #CF7200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.19 |
| HSL | 33.04º | 1% | 0.41% | - |
| HSV(B) | 33.04º | 1% | 0.81% | - |
| XYZ | 31.75 | 25.3 | 3.21 | - |
| YUV | 128.81 | 55.31 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 0 | 0 | 0.45 | 1 | 0.19 | 33.04 | 1 | 0.41 |
| Hex | CF | 72 | 0 | 0 | 2D | 64 | 13 | 21 | 64 | 29 |
| Octal | 317 | 162 | 0 | 0 | 55 | 144 | 23 | 41 | 144 | 51 |
| Binary | 11001111 | 1110010 | 0 | 0 | 101101 | 1100100 | 10011 | 100001 | 1100100 | 101001 |
Color Harmonies of #CF7200
Complementary color
Monochromatic Colors of #CF7200
Black with #CF7200
Text Example
Text Example
White with #CF7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7200; }
p { color: rgb(207,114,0); }
H1.HeaderClassName
{
color: #CF7200;
}
.AnyTagClassName
{
color: #CF7200;
}
</style>
background-color css
<style>
a { background-color: #CF7200; }
a { background-color: rgb(207,114,0); }
div.DivClassName
{
background-color: #CF7200;
}
.BgClassName
{
background-color: #CF7200;
}
</style>
border-color css
<style>
span { border-color: #CF7200; }
span { border-color: rgb(207,114,0); }
td.TdClassName
{
border-color: #CF7200;
}
.TagClassName
{
border-color: #CF7200;
}
</style>