Shades of Mango Tango #CF7100
Tints of Mango Tango #CF7100
RGB
CMYK
RGB Variations
Color information
#CF7100 (or 0xCF7100) is known color: Mango Tango. HEX triplet: CF, 71 and 00. RGB value is (207,113,0). Sum of RGB (Red+Green+Blue) = 207+113+0=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7100 is #308EFF. Grayscale: #808080. Windows color (decimal): -3182336 or 29135. OLE color: 29135.
HSL color Cylindrical-coordinate representation of color #CF7100: hue angle of 32.75º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF7100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.19 |
| HSL | 32.75º | 1% | 0.41% | - |
| HSV(B) | 32.75º | 1% | 0.81% | - |
| XYZ | 31.64 | 25.08 | 3.17 | - |
| YUV | 128.22 | 55.64 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 0 | 0 | 0.45 | 1 | 0.19 | 32.75 | 1 | 0.41 |
| Hex | CF | 71 | 0 | 0 | 2D | 64 | 13 | 21 | 64 | 29 |
| Octal | 317 | 161 | 0 | 0 | 55 | 144 | 23 | 41 | 144 | 51 |
| Binary | 11001111 | 1110001 | 0 | 0 | 101101 | 1100100 | 10011 | 100001 | 1100100 | 101001 |
Color Harmonies of #CF7100
Complementary color
Monochromatic Colors of #CF7100
Black with #CF7100
Text Example
Text Example
White with #CF7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7100; }
p { color: rgb(207,113,0); }
H1.HeaderClassName
{
color: #CF7100;
}
.AnyTagClassName
{
color: #CF7100;
}
</style>
background-color css
<style>
a { background-color: #CF7100; }
a { background-color: rgb(207,113,0); }
div.DivClassName
{
background-color: #CF7100;
}
.BgClassName
{
background-color: #CF7100;
}
</style>
border-color css
<style>
span { border-color: #CF7100; }
span { border-color: rgb(207,113,0); }
td.TdClassName
{
border-color: #CF7100;
}
.TagClassName
{
border-color: #CF7100;
}
</style>