Shades of Tango #CB6E2C
Tints of Tango #CB6E2C
RGB
CMYK
RGB Variations
Color information
#CB6E2C (or 0xCB6E2C) is known color: Tango. HEX triplet: CB, 6E and 2C. RGB value is (203,110,44). Sum of RGB (Red+Green+Blue) = 203+110+44=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E2C is #3491D3. Grayscale: #828282. Windows color (decimal): -3445204 or 2911947. OLE color: 2911947.
HSL color Cylindrical-coordinate representation of color #CB6E2C: hue angle of 24.91º 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 #CB6E2C is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 44 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.20 |
| HSL | 24.91º | 0.64% | 0.48% | - |
| HSV(B) | 24.91º | 0.78% | 0.8% | - |
| XYZ | 30.66 | 24.03 | 5.41 | - |
| YUV | 130.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 44 | 0 | 0.46 | 0.78 | 0.20 | 24.91 | 0.64 | 0.48 |
| Hex | CB | 6E | 2C | 0 | 2E | 4E | 14 | 19 | 40 | 30 |
| Octal | 313 | 156 | 54 | 0 | 56 | 116 | 24 | 31 | 100 | 60 |
| Binary | 11001011 | 1101110 | 101100 | 0 | 101110 | 1001110 | 10100 | 11001 | 1000000 | 110000 |
Color Harmonies of #CB6E2C
Complementary color
Monochromatic Colors of #CB6E2C
Black with #CB6E2C
Text Example
Text Example
White with #CB6E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E2C; }
p { color: rgb(203,110,44); }
H1.HeaderClassName
{
color: #CB6E2C;
}
.AnyTagClassName
{
color: #CB6E2C;
}
</style>
background-color css
<style>
a { background-color: #CB6E2C; }
a { background-color: rgb(203,110,44); }
div.DivClassName
{
background-color: #CB6E2C;
}
.BgClassName
{
background-color: #CB6E2C;
}
</style>
border-color css
<style>
span { border-color: #CB6E2C; }
span { border-color: rgb(203,110,44); }
td.TdClassName
{
border-color: #CB6E2C;
}
.TagClassName
{
border-color: #CB6E2C;
}
</style>