Shades of Mango Tango #CB7403
Tints of Mango Tango #CB7403
RGB
CMYK
RGB Variations
Color information
#CB7403 (or 0xCB7403) is known color: Mango Tango. HEX triplet: CB, 74 and 03. RGB value is (203,116,3). Sum of RGB (Red+Green+Blue) = 203+116+3=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7403 is #348BFC. Grayscale: #818181. Windows color (decimal): -3443709 or 226507. OLE color: 226507.
HSL color Cylindrical-coordinate representation of color #CB7403: hue angle of 33.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB7403 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 3 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.20 |
| HSL | 33.9º | 0.97% | 0.4% | - |
| HSV(B) | 33.9º | 0.99% | 0.8% | - |
| XYZ | 30.89 | 25.19 | 3.32 | - |
| YUV | 129.13 | 56.82 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 3 | 0 | 0.43 | 0.99 | 0.20 | 33.9 | 0.97 | 0.4 |
| Hex | CB | 74 | 3 | 0 | 2B | 63 | 14 | 22 | 61 | 28 |
| Octal | 313 | 164 | 3 | 0 | 53 | 143 | 24 | 42 | 141 | 50 |
| Binary | 11001011 | 1110100 | 11 | 0 | 101011 | 1100011 | 10100 | 100010 | 1100001 | 101000 |
Color Harmonies of #CB7403
Complementary color
Monochromatic Colors of #CB7403
Black with #CB7403
Text Example
Text Example
White with #CB7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7403; }
p { color: rgb(203,116,3); }
H1.HeaderClassName
{
color: #CB7403;
}
.AnyTagClassName
{
color: #CB7403;
}
</style>
background-color css
<style>
a { background-color: #CB7403; }
a { background-color: rgb(203,116,3); }
div.DivClassName
{
background-color: #CB7403;
}
.BgClassName
{
background-color: #CB7403;
}
</style>
border-color css
<style>
span { border-color: #CB7403; }
span { border-color: rgb(203,116,3); }
td.TdClassName
{
border-color: #CB7403;
}
.TagClassName
{
border-color: #CB7403;
}
</style>