Shades of Mango Tango #CF7C00
Tints of Mango Tango #CF7C00
RGB
CMYK
RGB Variations
Color information
#CF7C00 (or 0xCF7C00) is known color: Mango Tango. HEX triplet: CF, 7C and 00. RGB value is (207,124,0). Sum of RGB (Red+Green+Blue) = 207+124+0=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C00 is #3083FF. Grayscale: #878787. Windows color (decimal): -3179520 or 31951. OLE color: 31951.
HSL color Cylindrical-coordinate representation of color #CF7C00: hue angle of 35.94º 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 #CF7C00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.19 |
| HSL | 35.94º | 1% | 0.41% | - |
| HSV(B) | 35.94º | 1% | 0.81% | - |
| XYZ | 32.94 | 27.68 | 3.61 | - |
| YUV | 134.68 | 52 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 0 | 0 | 0.40 | 1 | 0.19 | 35.94 | 1 | 0.41 |
| Hex | CF | 7C | 0 | 0 | 28 | 64 | 13 | 24 | 64 | 29 |
| Octal | 317 | 174 | 0 | 0 | 50 | 144 | 23 | 44 | 144 | 51 |
| Binary | 11001111 | 1111100 | 0 | 0 | 101000 | 1100100 | 10011 | 100100 | 1100100 | 101001 |
Color Harmonies of #CF7C00
Complementary color
Monochromatic Colors of #CF7C00
Black with #CF7C00
Text Example
Text Example
White with #CF7C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C00; }
p { color: rgb(207,124,0); }
H1.HeaderClassName
{
color: #CF7C00;
}
.AnyTagClassName
{
color: #CF7C00;
}
</style>
background-color css
<style>
a { background-color: #CF7C00; }
a { background-color: rgb(207,124,0); }
div.DivClassName
{
background-color: #CF7C00;
}
.BgClassName
{
background-color: #CF7C00;
}
</style>
border-color css
<style>
span { border-color: #CF7C00; }
span { border-color: rgb(207,124,0); }
td.TdClassName
{
border-color: #CF7C00;
}
.TagClassName
{
border-color: #CF7C00;
}
</style>