Shades of Mango Tango #CF7A00
Tints of Mango Tango #CF7A00
RGB
CMYK
RGB Variations
Color information
#CF7A00 (or 0xCF7A00) is known color: Mango Tango. HEX triplet: CF, 7A and 00. RGB value is (207,122,0). Sum of RGB (Red+Green+Blue) = 207+122+0=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A00 is #3085FF. Grayscale: #868686. Windows color (decimal): -3180032 or 31439. OLE color: 31439.
HSL color Cylindrical-coordinate representation of color #CF7A00: hue angle of 35.36º 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 #CF7A00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.19 |
| HSL | 35.36º | 1% | 0.41% | - |
| HSV(B) | 35.36º | 1% | 0.81% | - |
| XYZ | 32.69 | 27.18 | 3.52 | - |
| YUV | 133.51 | 52.66 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 0 | 0 | 0.41 | 1 | 0.19 | 35.36 | 1 | 0.41 |
| Hex | CF | 7A | 0 | 0 | 29 | 64 | 13 | 23 | 64 | 29 |
| Octal | 317 | 172 | 0 | 0 | 51 | 144 | 23 | 43 | 144 | 51 |
| Binary | 11001111 | 1111010 | 0 | 0 | 101001 | 1100100 | 10011 | 100011 | 1100100 | 101001 |
Color Harmonies of #CF7A00
Complementary color
Monochromatic Colors of #CF7A00
Black with #CF7A00
Text Example
Text Example
White with #CF7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A00; }
p { color: rgb(207,122,0); }
H1.HeaderClassName
{
color: #CF7A00;
}
.AnyTagClassName
{
color: #CF7A00;
}
</style>
background-color css
<style>
a { background-color: #CF7A00; }
a { background-color: rgb(207,122,0); }
div.DivClassName
{
background-color: #CF7A00;
}
.BgClassName
{
background-color: #CF7A00;
}
</style>
border-color css
<style>
span { border-color: #CF7A00; }
span { border-color: rgb(207,122,0); }
td.TdClassName
{
border-color: #CF7A00;
}
.TagClassName
{
border-color: #CF7A00;
}
</style>