Shades of Mango Tango #CF7705
Tints of Mango Tango #CF7705
RGB
CMYK
RGB Variations
Color information
#CF7705 (or 0xCF7705) is known color: Mango Tango. HEX triplet: CF, 77 and 05. RGB value is (207,119,5). Sum of RGB (Red+Green+Blue) = 207+119+5=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7705 is #3088FA. Grayscale: #848484. Windows color (decimal): -3180795 or 358351. OLE color: 358351.
HSL color Cylindrical-coordinate representation of color #CF7705: hue angle of 33.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF7705 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.19 |
| HSL | 33.86º | 0.95% | 0.42% | - |
| HSV(B) | 33.86º | 0.98% | 0.81% | - |
| XYZ | 32.36 | 26.47 | 3.55 | - |
| YUV | 132.32 | 56.15 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 5 | 0 | 0.43 | 0.98 | 0.19 | 33.86 | 0.95 | 0.42 |
| Hex | CF | 77 | 5 | 0 | 2B | 62 | 13 | 22 | 5F | 2A |
| Octal | 317 | 167 | 5 | 0 | 53 | 142 | 23 | 42 | 137 | 52 |
| Binary | 11001111 | 1110111 | 101 | 0 | 101011 | 1100010 | 10011 | 100010 | 1011111 | 101010 |
Color Harmonies of #CF7705
Complementary color
Monochromatic Colors of #CF7705
Black with #CF7705
Text Example
Text Example
White with #CF7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7705; }
p { color: rgb(207,119,5); }
H1.HeaderClassName
{
color: #CF7705;
}
.AnyTagClassName
{
color: #CF7705;
}
</style>
background-color css
<style>
a { background-color: #CF7705; }
a { background-color: rgb(207,119,5); }
div.DivClassName
{
background-color: #CF7705;
}
.BgClassName
{
background-color: #CF7705;
}
</style>
border-color css
<style>
span { border-color: #CF7705; }
span { border-color: rgb(207,119,5); }
td.TdClassName
{
border-color: #CF7705;
}
.TagClassName
{
border-color: #CF7705;
}
</style>