Shades of Mango Tango #CB7303
Tints of Mango Tango #CB7303
RGB
CMYK
RGB Variations
Color information
#CB7303 (or 0xCB7303) is known color: Mango Tango. HEX triplet: CB, 73 and 03. RGB value is (203,115,3). Sum of RGB (Red+Green+Blue) = 203+115+3=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7303 is #348CFC. Grayscale: #818181. Windows color (decimal): -3443965 or 226251. OLE color: 226251.
HSL color Cylindrical-coordinate representation of color #CB7303: hue angle of 33.6º 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 #CB7303 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 3 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.20 |
| HSL | 33.6º | 0.97% | 0.4% | - |
| HSV(B) | 33.6º | 0.99% | 0.8% | - |
| XYZ | 30.78 | 24.96 | 3.28 | - |
| YUV | 128.54 | 57.15 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 3 | 0 | 0.43 | 0.99 | 0.20 | 33.6 | 0.97 | 0.4 |
| Hex | CB | 73 | 3 | 0 | 2B | 63 | 14 | 22 | 61 | 28 |
| Octal | 313 | 163 | 3 | 0 | 53 | 143 | 24 | 42 | 141 | 50 |
| Binary | 11001011 | 1110011 | 11 | 0 | 101011 | 1100011 | 10100 | 100010 | 1100001 | 101000 |
Color Harmonies of #CB7303
Complementary color
Monochromatic Colors of #CB7303
Black with #CB7303
Text Example
Text Example
White with #CB7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7303; }
p { color: rgb(203,115,3); }
H1.HeaderClassName
{
color: #CB7303;
}
.AnyTagClassName
{
color: #CB7303;
}
</style>
background-color css
<style>
a { background-color: #CB7303; }
a { background-color: rgb(203,115,3); }
div.DivClassName
{
background-color: #CB7303;
}
.BgClassName
{
background-color: #CB7303;
}
</style>
border-color css
<style>
span { border-color: #CB7303; }
span { border-color: rgb(203,115,3); }
td.TdClassName
{
border-color: #CB7303;
}
.TagClassName
{
border-color: #CB7303;
}
</style>