Shades of Mango Tango #CB7201
Tints of Mango Tango #CB7201
RGB
CMYK
RGB Variations
Color information
#CB7201 (or 0xCB7201) is known color: Mango Tango. HEX triplet: CB, 72 and 01. RGB value is (203,114,1). Sum of RGB (Red+Green+Blue) = 203+114+1=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7201 is #348DFE. Grayscale: #808080. Windows color (decimal): -3444223 or 94923. OLE color: 94923.
HSL color Cylindrical-coordinate representation of color #CB7201: hue angle of 33.56º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB7201 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.20 |
| HSL | 33.56º | 0.99% | 0.4% | - |
| HSV(B) | 33.56º | 1% | 0.8% | - |
| XYZ | 30.65 | 24.73 | 3.19 | - |
| YUV | 127.73 | 56.49 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 1 | 0 | 0.44 | 1.00 | 0.20 | 33.56 | 0.99 | 0.4 |
| Hex | CB | 72 | 1 | 0 | 2C | 64 | 14 | 22 | 63 | 28 |
| Octal | 313 | 162 | 1 | 0 | 54 | 144 | 24 | 42 | 143 | 50 |
| Binary | 11001011 | 1110010 | 1 | 0 | 101100 | 1100100 | 10100 | 100010 | 1100011 | 101000 |
Color Harmonies of #CB7201
Complementary color
Monochromatic Colors of #CB7201
Black with #CB7201
Text Example
Text Example
White with #CB7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7201; }
p { color: rgb(203,114,1); }
H1.HeaderClassName
{
color: #CB7201;
}
.AnyTagClassName
{
color: #CB7201;
}
</style>
background-color css
<style>
a { background-color: #CB7201; }
a { background-color: rgb(203,114,1); }
div.DivClassName
{
background-color: #CB7201;
}
.BgClassName
{
background-color: #CB7201;
}
</style>
border-color css
<style>
span { border-color: #CB7201; }
span { border-color: rgb(203,114,1); }
td.TdClassName
{
border-color: #CB7201;
}
.TagClassName
{
border-color: #CB7201;
}
</style>