Shades of Mango Tango #CF7500
Tints of Mango Tango #CF7500
RGB
CMYK
RGB Variations
Color information
#CF7500 (or 0xCF7500) is known color: Mango Tango. HEX triplet: CF, 75 and 00. RGB value is (207,117,0). Sum of RGB (Red+Green+Blue) = 207+117+0=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7500 is #308AFF. Grayscale: #838383. Windows color (decimal): -3181312 or 30159. OLE color: 30159.
HSL color Cylindrical-coordinate representation of color #CF7500: hue angle of 33.91º 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 #CF7500 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.19 |
| HSL | 33.91º | 1% | 0.41% | - |
| HSV(B) | 33.91º | 1% | 0.81% | - |
| XYZ | 32.09 | 25.99 | 3.32 | - |
| YUV | 130.57 | 54.32 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 0 | 0 | 0.43 | 1 | 0.19 | 33.91 | 1 | 0.41 |
| Hex | CF | 75 | 0 | 0 | 2B | 64 | 13 | 22 | 64 | 29 |
| Octal | 317 | 165 | 0 | 0 | 53 | 144 | 23 | 42 | 144 | 51 |
| Binary | 11001111 | 1110101 | 0 | 0 | 101011 | 1100100 | 10011 | 100010 | 1100100 | 101001 |
Color Harmonies of #CF7500
Complementary color
Monochromatic Colors of #CF7500
Black with #CF7500
Text Example
Text Example
White with #CF7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7500; }
p { color: rgb(207,117,0); }
H1.HeaderClassName
{
color: #CF7500;
}
.AnyTagClassName
{
color: #CF7500;
}
</style>
background-color css
<style>
a { background-color: #CF7500; }
a { background-color: rgb(207,117,0); }
div.DivClassName
{
background-color: #CF7500;
}
.BgClassName
{
background-color: #CF7500;
}
</style>
border-color css
<style>
span { border-color: #CF7500; }
span { border-color: rgb(207,117,0); }
td.TdClassName
{
border-color: #CF7500;
}
.TagClassName
{
border-color: #CF7500;
}
</style>