Shades of Mango Tango #CF7006
Tints of Mango Tango #CF7006
RGB
CMYK
RGB Variations
Color information
#CF7006 (or 0xCF7006) is known color: Mango Tango. HEX triplet: CF, 70 and 06. RGB value is (207,112,6). Sum of RGB (Red+Green+Blue) = 207+112+6=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7006 is #308FF9. Grayscale: #808080. Windows color (decimal): -3182586 or 422095. OLE color: 422095.
HSL color Cylindrical-coordinate representation of color #CF7006: hue angle of 31.64º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF7006 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.19 |
| HSL | 31.64º | 0.94% | 0.42% | - |
| HSV(B) | 31.64º | 0.97% | 0.81% | - |
| XYZ | 31.56 | 24.87 | 3.31 | - |
| YUV | 128.32 | 58.97 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 6 | 0 | 0.46 | 0.97 | 0.19 | 31.64 | 0.94 | 0.42 |
| Hex | CF | 70 | 6 | 0 | 2E | 61 | 13 | 20 | 5E | 2A |
| Octal | 317 | 160 | 6 | 0 | 56 | 141 | 23 | 40 | 136 | 52 |
| Binary | 11001111 | 1110000 | 110 | 0 | 101110 | 1100001 | 10011 | 100000 | 1011110 | 101010 |
Color Harmonies of #CF7006
Complementary color
Monochromatic Colors of #CF7006
Black with #CF7006
Text Example
Text Example
White with #CF7006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7006; }
p { color: rgb(207,112,6); }
H1.HeaderClassName
{
color: #CF7006;
}
.AnyTagClassName
{
color: #CF7006;
}
</style>
background-color css
<style>
a { background-color: #CF7006; }
a { background-color: rgb(207,112,6); }
div.DivClassName
{
background-color: #CF7006;
}
.BgClassName
{
background-color: #CF7006;
}
</style>
border-color css
<style>
span { border-color: #CF7006; }
span { border-color: rgb(207,112,6); }
td.TdClassName
{
border-color: #CF7006;
}
.TagClassName
{
border-color: #CF7006;
}
</style>