Shades of Tango #CB722C
Tints of Tango #CB722C
RGB
CMYK
RGB Variations
Color information
#CB722C (or 0xCB722C) is known color: Tango. HEX triplet: CB, 72 and 2C. RGB value is (203,114,44). Sum of RGB (Red+Green+Blue) = 203+114+44=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB722C is #348DD3. Grayscale: #858585. Windows color (decimal): -3444180 or 2912971. OLE color: 2912971.
HSL color Cylindrical-coordinate representation of color #CB722C: hue angle of 26.42º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB722C is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 44 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.20 |
| HSL | 26.42º | 0.64% | 0.48% | - |
| HSV(B) | 26.42º | 0.78% | 0.8% | - |
| XYZ | 31.1 | 24.91 | 5.55 | - |
| YUV | 132.63 | 77.99 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 44 | 0 | 0.44 | 0.78 | 0.20 | 26.42 | 0.64 | 0.48 |
| Hex | CB | 72 | 2C | 0 | 2C | 4E | 14 | 1A | 40 | 30 |
| Octal | 313 | 162 | 54 | 0 | 54 | 116 | 24 | 32 | 100 | 60 |
| Binary | 11001011 | 1110010 | 101100 | 0 | 101100 | 1001110 | 10100 | 11010 | 1000000 | 110000 |
Color Harmonies of #CB722C
Complementary color
Monochromatic Colors of #CB722C
Black with #CB722C
Text Example
Text Example
White with #CB722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB722C; }
p { color: rgb(203,114,44); }
H1.HeaderClassName
{
color: #CB722C;
}
.AnyTagClassName
{
color: #CB722C;
}
</style>
background-color css
<style>
a { background-color: #CB722C; }
a { background-color: rgb(203,114,44); }
div.DivClassName
{
background-color: #CB722C;
}
.BgClassName
{
background-color: #CB722C;
}
</style>
border-color css
<style>
span { border-color: #CB722C; }
span { border-color: rgb(203,114,44); }
td.TdClassName
{
border-color: #CB722C;
}
.TagClassName
{
border-color: #CB722C;
}
</style>