Shades of Mango Tango #CF7607
Tints of Mango Tango #CF7607
RGB
CMYK
RGB Variations
Color information
#CF7607 (or 0xCF7607) is known color: Mango Tango. HEX triplet: CF, 76 and 07. RGB value is (207,118,7). Sum of RGB (Red+Green+Blue) = 207+118+7=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7607 is #3089F8. Grayscale: #848484. Windows color (decimal): -3181049 or 489167. OLE color: 489167.
HSL color Cylindrical-coordinate representation of color #CF7607: hue angle of 33.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF7607 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 7 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.19 |
| HSL | 33.3º | 0.93% | 0.42% | - |
| HSV(B) | 33.3º | 0.97% | 0.81% | - |
| XYZ | 32.25 | 26.24 | 3.57 | - |
| YUV | 131.96 | 57.49 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 7 | 0 | 0.43 | 0.97 | 0.19 | 33.3 | 0.93 | 0.42 |
| Hex | CF | 76 | 7 | 0 | 2B | 61 | 13 | 21 | 5D | 2A |
| Octal | 317 | 166 | 7 | 0 | 53 | 141 | 23 | 41 | 135 | 52 |
| Binary | 11001111 | 1110110 | 111 | 0 | 101011 | 1100001 | 10011 | 100001 | 1011101 | 101010 |
Color Harmonies of #CF7607
Complementary color
Monochromatic Colors of #CF7607
Black with #CF7607
Text Example
Text Example
White with #CF7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7607; }
p { color: rgb(207,118,7); }
H1.HeaderClassName
{
color: #CF7607;
}
.AnyTagClassName
{
color: #CF7607;
}
</style>
background-color css
<style>
a { background-color: #CF7607; }
a { background-color: rgb(207,118,7); }
div.DivClassName
{
background-color: #CF7607;
}
.BgClassName
{
background-color: #CF7607;
}
</style>
border-color css
<style>
span { border-color: #CF7607; }
span { border-color: rgb(207,118,7); }
td.TdClassName
{
border-color: #CF7607;
}
.TagClassName
{
border-color: #CF7607;
}
</style>