Shades of Tango #CB6D33
Tints of Tango #CB6D33
RGB
CMYK
RGB Variations
Color information
#CB6D33 (or 0xCB6D33) is known color: Tango. HEX triplet: CB, 6D and 33. RGB value is (203,109,51). Sum of RGB (Red+Green+Blue) = 203+109+51=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D33 is #3492CC. Grayscale: #828282. Windows color (decimal): -3445453 or 3370443. OLE color: 3370443.
HSL color Cylindrical-coordinate representation of color #CB6D33: hue angle of 22.89º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB6D33 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 51 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.20 |
| HSL | 22.89º | 0.6% | 0.5% | - |
| HSV(B) | 22.89º | 0.75% | 0.8% | - |
| XYZ | 30.69 | 23.87 | 6.12 | - |
| YUV | 130.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 51 | 0 | 0.46 | 0.75 | 0.20 | 22.89 | 0.6 | 0.5 |
| Hex | CB | 6D | 33 | 0 | 2E | 4B | 14 | 17 | 3C | 32 |
| Octal | 313 | 155 | 63 | 0 | 56 | 113 | 24 | 27 | 74 | 62 |
| Binary | 11001011 | 1101101 | 110011 | 0 | 101110 | 1001011 | 10100 | 10111 | 111100 | 110010 |
Color Harmonies of #CB6D33
Complementary color
Monochromatic Colors of #CB6D33
Black with #CB6D33
Text Example
Text Example
White with #CB6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D33; }
p { color: rgb(203,109,51); }
H1.HeaderClassName
{
color: #CB6D33;
}
.AnyTagClassName
{
color: #CB6D33;
}
</style>
background-color css
<style>
a { background-color: #CB6D33; }
a { background-color: rgb(203,109,51); }
div.DivClassName
{
background-color: #CB6D33;
}
.BgClassName
{
background-color: #CB6D33;
}
</style>
border-color css
<style>
span { border-color: #CB6D33; }
span { border-color: rgb(203,109,51); }
td.TdClassName
{
border-color: #CB6D33;
}
.TagClassName
{
border-color: #CB6D33;
}
</style>