Shades of Mango Tango #CF7B01
Tints of Mango Tango #CF7B01
RGB
CMYK
RGB Variations
Color information
#CF7B01 (or 0xCF7B01) is known color: Mango Tango. HEX triplet: CF, 7B and 01. RGB value is (207,123,1). Sum of RGB (Red+Green+Blue) = 207+123+1=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B01 is #3084FE. Grayscale: #868686. Windows color (decimal): -3179775 or 97231. OLE color: 97231.
HSL color Cylindrical-coordinate representation of color #CF7B01: hue angle of 35.53º 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 #CF7B01 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.19 |
| HSL | 35.53º | 0.99% | 0.41% | - |
| HSV(B) | 35.53º | 1% | 0.81% | - |
| XYZ | 32.82 | 27.43 | 3.59 | - |
| YUV | 134.21 | 52.83 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 1 | 0 | 0.41 | 1.00 | 0.19 | 35.53 | 0.99 | 0.41 |
| Hex | CF | 7B | 1 | 0 | 29 | 64 | 13 | 24 | 63 | 29 |
| Octal | 317 | 173 | 1 | 0 | 51 | 144 | 23 | 44 | 143 | 51 |
| Binary | 11001111 | 1111011 | 1 | 0 | 101001 | 1100100 | 10011 | 100100 | 1100011 | 101001 |
Color Harmonies of #CF7B01
Complementary color
Monochromatic Colors of #CF7B01
Black with #CF7B01
Text Example
Text Example
White with #CF7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B01; }
p { color: rgb(207,123,1); }
H1.HeaderClassName
{
color: #CF7B01;
}
.AnyTagClassName
{
color: #CF7B01;
}
</style>
background-color css
<style>
a { background-color: #CF7B01; }
a { background-color: rgb(207,123,1); }
div.DivClassName
{
background-color: #CF7B01;
}
.BgClassName
{
background-color: #CF7B01;
}
</style>
border-color css
<style>
span { border-color: #CF7B01; }
span { border-color: rgb(207,123,1); }
td.TdClassName
{
border-color: #CF7B01;
}
.TagClassName
{
border-color: #CF7B01;
}
</style>