Shades of Mango Tango #CB7400
Tints of Mango Tango #CB7400
RGB
CMYK
RGB Variations
Color information
#CB7400 (or 0xCB7400) is known color: Mango Tango. HEX triplet: CB, 74 and 00. RGB value is (203,116,0). Sum of RGB (Red+Green+Blue) = 203+116+0=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7400 is #348BFF. Grayscale: #818181. Windows color (decimal): -3443712 or 29899. OLE color: 29899.
HSL color Cylindrical-coordinate representation of color #CB7400: hue angle of 34.29º 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 #CB7400 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.20 |
| HSL | 34.29º | 1% | 0.4% | - |
| HSV(B) | 34.29º | 1% | 0.8% | - |
| XYZ | 30.87 | 25.19 | 3.23 | - |
| YUV | 128.79 | 55.32 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 0 | 0 | 0.43 | 1 | 0.20 | 34.29 | 1 | 0.4 |
| Hex | CB | 74 | 0 | 0 | 2B | 64 | 14 | 22 | 64 | 28 |
| Octal | 313 | 164 | 0 | 0 | 53 | 144 | 24 | 42 | 144 | 50 |
| Binary | 11001011 | 1110100 | 0 | 0 | 101011 | 1100100 | 10100 | 100010 | 1100100 | 101000 |
Color Harmonies of #CB7400
Complementary color
Monochromatic Colors of #CB7400
Black with #CB7400
Text Example
Text Example
White with #CB7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7400; }
p { color: rgb(203,116,0); }
H1.HeaderClassName
{
color: #CB7400;
}
.AnyTagClassName
{
color: #CB7400;
}
</style>
background-color css
<style>
a { background-color: #CB7400; }
a { background-color: rgb(203,116,0); }
div.DivClassName
{
background-color: #CB7400;
}
.BgClassName
{
background-color: #CB7400;
}
</style>
border-color css
<style>
span { border-color: #CB7400; }
span { border-color: rgb(203,116,0); }
td.TdClassName
{
border-color: #CB7400;
}
.TagClassName
{
border-color: #CB7400;
}
</style>