Shades of Mango Tango #CF7504
Tints of Mango Tango #CF7504
RGB
CMYK
RGB Variations
Color information
#CF7504 (or 0xCF7504) is known color: Mango Tango. HEX triplet: CF, 75 and 04. RGB value is (207,117,4). Sum of RGB (Red+Green+Blue) = 207+117+4=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7504 is #308AFB. Grayscale: #838383. Windows color (decimal): -3181308 or 292303. OLE color: 292303.
HSL color Cylindrical-coordinate representation of color #CF7504: hue angle of 33.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF7504 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.19 |
| HSL | 33.4º | 0.96% | 0.41% | - |
| HSV(B) | 33.4º | 0.98% | 0.81% | - |
| XYZ | 32.12 | 26 | 3.44 | - |
| YUV | 131.03 | 56.32 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 4 | 0 | 0.43 | 0.98 | 0.19 | 33.4 | 0.96 | 0.41 |
| Hex | CF | 75 | 4 | 0 | 2B | 62 | 13 | 21 | 60 | 29 |
| Octal | 317 | 165 | 4 | 0 | 53 | 142 | 23 | 41 | 140 | 51 |
| Binary | 11001111 | 1110101 | 100 | 0 | 101011 | 1100010 | 10011 | 100001 | 1100000 | 101001 |
Color Harmonies of #CF7504
Complementary color
Monochromatic Colors of #CF7504
Black with #CF7504
Text Example
Text Example
White with #CF7504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7504; }
p { color: rgb(207,117,4); }
H1.HeaderClassName
{
color: #CF7504;
}
.AnyTagClassName
{
color: #CF7504;
}
</style>
background-color css
<style>
a { background-color: #CF7504; }
a { background-color: rgb(207,117,4); }
div.DivClassName
{
background-color: #CF7504;
}
.BgClassName
{
background-color: #CF7504;
}
</style>
border-color css
<style>
span { border-color: #CF7504; }
span { border-color: rgb(207,117,4); }
td.TdClassName
{
border-color: #CF7504;
}
.TagClassName
{
border-color: #CF7504;
}
</style>