Shades of Tango #CB6A33
Tints of Tango #CB6A33
RGB
CMYK
RGB Variations
Color information
#CB6A33 (or 0xCB6A33) is known color: Tango. HEX triplet: CB, 6A and 33. RGB value is (203,106,51). Sum of RGB (Red+Green+Blue) = 203+106+51=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6A33 is #3495CC. Grayscale: #818181. Windows color (decimal): -3446221 or 3369675. OLE color: 3369675.
HSL color Cylindrical-coordinate representation of color #CB6A33: hue angle of 21.71º 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 #CB6A33 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 106 | 51 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.20 |
| HSL | 21.71º | 0.6% | 0.5% | - |
| HSV(B) | 21.71º | 0.75% | 0.8% | - |
| XYZ | 30.38 | 23.24 | 6.02 | - |
| YUV | 128.73 | 84.14 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 51 | 0 | 0.48 | 0.75 | 0.20 | 21.71 | 0.6 | 0.5 |
| Hex | CB | 6A | 33 | 0 | 30 | 4B | 14 | 16 | 3C | 32 |
| Octal | 313 | 152 | 63 | 0 | 60 | 113 | 24 | 26 | 74 | 62 |
| Binary | 11001011 | 1101010 | 110011 | 0 | 110000 | 1001011 | 10100 | 10110 | 111100 | 110010 |
Color Harmonies of #CB6A33
Complementary color
Monochromatic Colors of #CB6A33
Black with #CB6A33
Text Example
Text Example
White with #CB6A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6A33; }
p { color: rgb(203,106,51); }
H1.HeaderClassName
{
color: #CB6A33;
}
.AnyTagClassName
{
color: #CB6A33;
}
</style>
background-color css
<style>
a { background-color: #CB6A33; }
a { background-color: rgb(203,106,51); }
div.DivClassName
{
background-color: #CB6A33;
}
.BgClassName
{
background-color: #CB6A33;
}
</style>
border-color css
<style>
span { border-color: #CB6A33; }
span { border-color: rgb(203,106,51); }
td.TdClassName
{
border-color: #CB6A33;
}
.TagClassName
{
border-color: #CB6A33;
}
</style>