Shades of Tango #CB6F33
Tints of Tango #CB6F33
RGB
CMYK
RGB Variations
Color information
#CB6F33 (or 0xCB6F33) is known color: Tango. HEX triplet: CB, 6F and 33. RGB value is (203,111,51). Sum of RGB (Red+Green+Blue) = 203+111+51=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F33 is #3490CC. Grayscale: #848484. Windows color (decimal): -3444941 or 3370955. OLE color: 3370955.
HSL color Cylindrical-coordinate representation of color #CB6F33: hue angle of 23.68º 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 #CB6F33 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 51 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.20 |
| HSL | 23.68º | 0.6% | 0.5% | - |
| HSV(B) | 23.68º | 0.75% | 0.8% | - |
| XYZ | 30.91 | 24.3 | 6.19 | - |
| YUV | 131.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 51 | 0 | 0.45 | 0.75 | 0.20 | 23.68 | 0.6 | 0.5 |
| Hex | CB | 6F | 33 | 0 | 2D | 4B | 14 | 18 | 3C | 32 |
| Octal | 313 | 157 | 63 | 0 | 55 | 113 | 24 | 30 | 74 | 62 |
| Binary | 11001011 | 1101111 | 110011 | 0 | 101101 | 1001011 | 10100 | 11000 | 111100 | 110010 |
Color Harmonies of #CB6F33
Complementary color
Monochromatic Colors of #CB6F33
Black with #CB6F33
Text Example
Text Example
White with #CB6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F33; }
p { color: rgb(203,111,51); }
H1.HeaderClassName
{
color: #CB6F33;
}
.AnyTagClassName
{
color: #CB6F33;
}
</style>
background-color css
<style>
a { background-color: #CB6F33; }
a { background-color: rgb(203,111,51); }
div.DivClassName
{
background-color: #CB6F33;
}
.BgClassName
{
background-color: #CB6F33;
}
</style>
border-color css
<style>
span { border-color: #CB6F33; }
span { border-color: rgb(203,111,51); }
td.TdClassName
{
border-color: #CB6F33;
}
.TagClassName
{
border-color: #CB6F33;
}
</style>