Shades of Mango Tango #CB7503
Tints of Mango Tango #CB7503
RGB
CMYK
RGB Variations
Color information
#CB7503 (or 0xCB7503) is known color: Mango Tango. HEX triplet: CB, 75 and 03. RGB value is (203,117,3). Sum of RGB (Red+Green+Blue) = 203+117+3=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7503 is #348AFC. Grayscale: #828282. Windows color (decimal): -3443453 or 226763. OLE color: 226763.
HSL color Cylindrical-coordinate representation of color #CB7503: hue angle of 34.2º 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 #CB7503 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.20 |
| HSL | 34.2º | 0.97% | 0.4% | - |
| HSV(B) | 34.2º | 0.99% | 0.8% | - |
| XYZ | 31.01 | 25.43 | 3.36 | - |
| YUV | 129.72 | 56.49 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 3 | 0 | 0.42 | 0.99 | 0.20 | 34.2 | 0.97 | 0.4 |
| Hex | CB | 75 | 3 | 0 | 2A | 63 | 14 | 22 | 61 | 28 |
| Octal | 313 | 165 | 3 | 0 | 52 | 143 | 24 | 42 | 141 | 50 |
| Binary | 11001011 | 1110101 | 11 | 0 | 101010 | 1100011 | 10100 | 100010 | 1100001 | 101000 |
Color Harmonies of #CB7503
Complementary color
Monochromatic Colors of #CB7503
Black with #CB7503
Text Example
Text Example
White with #CB7503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7503; }
p { color: rgb(203,117,3); }
H1.HeaderClassName
{
color: #CB7503;
}
.AnyTagClassName
{
color: #CB7503;
}
</style>
background-color css
<style>
a { background-color: #CB7503; }
a { background-color: rgb(203,117,3); }
div.DivClassName
{
background-color: #CB7503;
}
.BgClassName
{
background-color: #CB7503;
}
</style>
border-color css
<style>
span { border-color: #CB7503; }
span { border-color: rgb(203,117,3); }
td.TdClassName
{
border-color: #CB7503;
}
.TagClassName
{
border-color: #CB7503;
}
</style>