Shades of Mango Tango #CF7805
Tints of Mango Tango #CF7805
RGB
CMYK
RGB Variations
Color information
#CF7805 (or 0xCF7805) is known color: Mango Tango. HEX triplet: CF, 78 and 05. RGB value is (207,120,5). Sum of RGB (Red+Green+Blue) = 207+120+5=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7805 is #3087FA. Grayscale: #858585. Windows color (decimal): -3180539 or 358607. OLE color: 358607.
HSL color Cylindrical-coordinate representation of color #CF7805: hue angle of 34.16º 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 #CF7805 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.19 |
| HSL | 34.16º | 0.95% | 0.42% | - |
| HSV(B) | 34.16º | 0.98% | 0.81% | - |
| XYZ | 32.48 | 26.71 | 3.59 | - |
| YUV | 132.9 | 55.82 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 5 | 0 | 0.42 | 0.98 | 0.19 | 34.16 | 0.95 | 0.42 |
| Hex | CF | 78 | 5 | 0 | 2A | 62 | 13 | 22 | 5F | 2A |
| Octal | 317 | 170 | 5 | 0 | 52 | 142 | 23 | 42 | 137 | 52 |
| Binary | 11001111 | 1111000 | 101 | 0 | 101010 | 1100010 | 10011 | 100010 | 1011111 | 101010 |
Color Harmonies of #CF7805
Complementary color
Monochromatic Colors of #CF7805
Black with #CF7805
Text Example
Text Example
White with #CF7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7805; }
p { color: rgb(207,120,5); }
H1.HeaderClassName
{
color: #CF7805;
}
.AnyTagClassName
{
color: #CF7805;
}
</style>
background-color css
<style>
a { background-color: #CF7805; }
a { background-color: rgb(207,120,5); }
div.DivClassName
{
background-color: #CF7805;
}
.BgClassName
{
background-color: #CF7805;
}
</style>
border-color css
<style>
span { border-color: #CF7805; }
span { border-color: rgb(207,120,5); }
td.TdClassName
{
border-color: #CF7805;
}
.TagClassName
{
border-color: #CF7805;
}
</style>