Shades of Mango Tango #CF7205
Tints of Mango Tango #CF7205
RGB
CMYK
RGB Variations
Color information
#CF7205 (or 0xCF7205) is known color: Mango Tango. HEX triplet: CF, 72 and 05. RGB value is (207,114,5). Sum of RGB (Red+Green+Blue) = 207+114+5=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7205 is #308DFA. Grayscale: #818181. Windows color (decimal): -3182075 or 357071. OLE color: 357071.
HSL color Cylindrical-coordinate representation of color #CF7205: hue angle of 32.38º 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 #CF7205 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.19 |
| HSL | 32.38º | 0.95% | 0.42% | - |
| HSV(B) | 32.38º | 0.98% | 0.81% | - |
| XYZ | 31.78 | 25.31 | 3.35 | - |
| YUV | 129.38 | 57.81 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 5 | 0 | 0.45 | 0.98 | 0.19 | 32.38 | 0.95 | 0.42 |
| Hex | CF | 72 | 5 | 0 | 2D | 62 | 13 | 20 | 5F | 2A |
| Octal | 317 | 162 | 5 | 0 | 55 | 142 | 23 | 40 | 137 | 52 |
| Binary | 11001111 | 1110010 | 101 | 0 | 101101 | 1100010 | 10011 | 100000 | 1011111 | 101010 |
Color Harmonies of #CF7205
Complementary color
Monochromatic Colors of #CF7205
Black with #CF7205
Text Example
Text Example
White with #CF7205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7205; }
p { color: rgb(207,114,5); }
H1.HeaderClassName
{
color: #CF7205;
}
.AnyTagClassName
{
color: #CF7205;
}
</style>
background-color css
<style>
a { background-color: #CF7205; }
a { background-color: rgb(207,114,5); }
div.DivClassName
{
background-color: #CF7205;
}
.BgClassName
{
background-color: #CF7205;
}
</style>
border-color css
<style>
span { border-color: #CF7205; }
span { border-color: rgb(207,114,5); }
td.TdClassName
{
border-color: #CF7205;
}
.TagClassName
{
border-color: #CF7205;
}
</style>