Shades of Mango Tango #CF7601
Tints of Mango Tango #CF7601
RGB
CMYK
RGB Variations
Color information
#CF7601 (or 0xCF7601) is known color: Mango Tango. HEX triplet: CF, 76 and 01. RGB value is (207,118,1). Sum of RGB (Red+Green+Blue) = 207+118+1=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7601 is #3089FE. Grayscale: #838383. Windows color (decimal): -3181055 or 95951. OLE color: 95951.
HSL color Cylindrical-coordinate representation of color #CF7601: hue angle of 34.08º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF7601 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.19 |
| HSL | 34.08º | 0.99% | 0.41% | - |
| HSV(B) | 34.08º | 1% | 0.81% | - |
| XYZ | 32.22 | 26.22 | 3.39 | - |
| YUV | 131.27 | 54.49 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 1 | 0 | 0.43 | 1.00 | 0.19 | 34.08 | 0.99 | 0.41 |
| Hex | CF | 76 | 1 | 0 | 2B | 64 | 13 | 22 | 63 | 29 |
| Octal | 317 | 166 | 1 | 0 | 53 | 144 | 23 | 42 | 143 | 51 |
| Binary | 11001111 | 1110110 | 1 | 0 | 101011 | 1100100 | 10011 | 100010 | 1100011 | 101001 |
Color Harmonies of #CF7601
Complementary color
Monochromatic Colors of #CF7601
Black with #CF7601
Text Example
Text Example
White with #CF7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7601; }
p { color: rgb(207,118,1); }
H1.HeaderClassName
{
color: #CF7601;
}
.AnyTagClassName
{
color: #CF7601;
}
</style>
background-color css
<style>
a { background-color: #CF7601; }
a { background-color: rgb(207,118,1); }
div.DivClassName
{
background-color: #CF7601;
}
.BgClassName
{
background-color: #CF7601;
}
</style>
border-color css
<style>
span { border-color: #CF7601; }
span { border-color: rgb(207,118,1); }
td.TdClassName
{
border-color: #CF7601;
}
.TagClassName
{
border-color: #CF7601;
}
</style>