Shades of Mango Tango #CF7905
Tints of Mango Tango #CF7905
RGB
CMYK
RGB Variations
Color information
#CF7905 (or 0xCF7905) is known color: Mango Tango. HEX triplet: CF, 79 and 05. RGB value is (207,121,5). Sum of RGB (Red+Green+Blue) = 207+121+5=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7905 is #3086FA. Grayscale: #868686. Windows color (decimal): -3180283 or 358863. OLE color: 358863.
HSL color Cylindrical-coordinate representation of color #CF7905: hue angle of 34.46º 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 #CF7905 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.19 |
| HSL | 34.46º | 0.95% | 0.42% | - |
| HSV(B) | 34.46º | 0.98% | 0.81% | - |
| XYZ | 32.6 | 26.95 | 3.63 | - |
| YUV | 133.49 | 55.49 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 5 | 0 | 0.42 | 0.98 | 0.19 | 34.46 | 0.95 | 0.42 |
| Hex | CF | 79 | 5 | 0 | 2A | 62 | 13 | 22 | 5F | 2A |
| Octal | 317 | 171 | 5 | 0 | 52 | 142 | 23 | 42 | 137 | 52 |
| Binary | 11001111 | 1111001 | 101 | 0 | 101010 | 1100010 | 10011 | 100010 | 1011111 | 101010 |
Color Harmonies of #CF7905
Complementary color
Monochromatic Colors of #CF7905
Black with #CF7905
Text Example
Text Example
White with #CF7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7905; }
p { color: rgb(207,121,5); }
H1.HeaderClassName
{
color: #CF7905;
}
.AnyTagClassName
{
color: #CF7905;
}
</style>
background-color css
<style>
a { background-color: #CF7905; }
a { background-color: rgb(207,121,5); }
div.DivClassName
{
background-color: #CF7905;
}
.BgClassName
{
background-color: #CF7905;
}
</style>
border-color css
<style>
span { border-color: #CF7905; }
span { border-color: rgb(207,121,5); }
td.TdClassName
{
border-color: #CF7905;
}
.TagClassName
{
border-color: #CF7905;
}
</style>