Shades of Mango Tango #CB7500
Tints of Mango Tango #CB7500
RGB
CMYK
RGB Variations
Color information
#CB7500 (or 0xCB7500) is known color: Mango Tango. HEX triplet: CB, 75 and 00. RGB value is (203,117,0). Sum of RGB (Red+Green+Blue) = 203+117+0=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7500 is #348AFF. Grayscale: #818181. Windows color (decimal): -3443456 or 30155. OLE color: 30155.
HSL color Cylindrical-coordinate representation of color #CB7500: hue angle of 34.58º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB7500 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.20 |
| HSL | 34.58º | 1% | 0.4% | - |
| HSV(B) | 34.58º | 1% | 0.8% | - |
| XYZ | 30.99 | 25.42 | 3.27 | - |
| YUV | 129.38 | 54.99 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 0 | 0 | 0.42 | 1 | 0.20 | 34.58 | 1 | 0.4 |
| Hex | CB | 75 | 0 | 0 | 2A | 64 | 14 | 23 | 64 | 28 |
| Octal | 313 | 165 | 0 | 0 | 52 | 144 | 24 | 43 | 144 | 50 |
| Binary | 11001011 | 1110101 | 0 | 0 | 101010 | 1100100 | 10100 | 100011 | 1100100 | 101000 |
Color Harmonies of #CB7500
Complementary color
Monochromatic Colors of #CB7500
Black with #CB7500
Text Example
Text Example
White with #CB7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7500; }
p { color: rgb(203,117,0); }
H1.HeaderClassName
{
color: #CB7500;
}
.AnyTagClassName
{
color: #CB7500;
}
</style>
background-color css
<style>
a { background-color: #CB7500; }
a { background-color: rgb(203,117,0); }
div.DivClassName
{
background-color: #CB7500;
}
.BgClassName
{
background-color: #CB7500;
}
</style>
border-color css
<style>
span { border-color: #CB7500; }
span { border-color: rgb(203,117,0); }
td.TdClassName
{
border-color: #CB7500;
}
.TagClassName
{
border-color: #CB7500;
}
</style>