Shades of Tango #CB702E
Tints of Tango #CB702E
RGB
CMYK
RGB Variations
Color information
#CB702E (or 0xCB702E) is known color: Tango. HEX triplet: CB, 70 and 2E. RGB value is (203,112,46). Sum of RGB (Red+Green+Blue) = 203+112+46=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB702E is #348FD1. Grayscale: #848484. Windows color (decimal): -3444690 or 3043531. OLE color: 3043531.
HSL color Cylindrical-coordinate representation of color #CB702E: hue angle of 25.22º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB702E is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 46 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.20 |
| HSL | 25.22º | 0.63% | 0.49% | - |
| HSV(B) | 25.22º | 0.77% | 0.8% | - |
| XYZ | 30.92 | 24.48 | 5.68 | - |
| YUV | 131.69 | 79.65 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 46 | 0 | 0.45 | 0.77 | 0.20 | 25.22 | 0.63 | 0.49 |
| Hex | CB | 70 | 2E | 0 | 2D | 4D | 14 | 19 | 3F | 31 |
| Octal | 313 | 160 | 56 | 0 | 55 | 115 | 24 | 31 | 77 | 61 |
| Binary | 11001011 | 1110000 | 101110 | 0 | 101101 | 1001101 | 10100 | 11001 | 111111 | 110001 |
Color Harmonies of #CB702E
Complementary color
Monochromatic Colors of #CB702E
Black with #CB702E
Text Example
Text Example
White with #CB702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB702E; }
p { color: rgb(203,112,46); }
H1.HeaderClassName
{
color: #CB702E;
}
.AnyTagClassName
{
color: #CB702E;
}
</style>
background-color css
<style>
a { background-color: #CB702E; }
a { background-color: rgb(203,112,46); }
div.DivClassName
{
background-color: #CB702E;
}
.BgClassName
{
background-color: #CB702E;
}
</style>
border-color css
<style>
span { border-color: #CB702E; }
span { border-color: rgb(203,112,46); }
td.TdClassName
{
border-color: #CB702E;
}
.TagClassName
{
border-color: #CB702E;
}
</style>