Shades of Tango #CB6D32
Tints of Tango #CB6D32
RGB
CMYK
RGB Variations
Color information
#CB6D32 (or 0xCB6D32) is known color: Tango. HEX triplet: CB, 6D and 32. RGB value is (203,109,50). Sum of RGB (Red+Green+Blue) = 203+109+50=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D32 is #3492CD. Grayscale: #828282. Windows color (decimal): -3445454 or 3304907. OLE color: 3304907.
HSL color Cylindrical-coordinate representation of color #CB6D32: hue angle of 23.14º 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 #CB6D32 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 50 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.20 |
| HSL | 23.14º | 0.6% | 0.5% | - |
| HSV(B) | 23.14º | 0.75% | 0.8% | - |
| XYZ | 30.67 | 23.86 | 6.01 | - |
| YUV | 130.38 | 82.64 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 50 | 0 | 0.46 | 0.75 | 0.20 | 23.14 | 0.6 | 0.5 |
| Hex | CB | 6D | 32 | 0 | 2E | 4B | 14 | 17 | 3C | 32 |
| Octal | 313 | 155 | 62 | 0 | 56 | 113 | 24 | 27 | 74 | 62 |
| Binary | 11001011 | 1101101 | 110010 | 0 | 101110 | 1001011 | 10100 | 10111 | 111100 | 110010 |
Color Harmonies of #CB6D32
Complementary color
Monochromatic Colors of #CB6D32
Black with #CB6D32
Text Example
Text Example
White with #CB6D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D32; }
p { color: rgb(203,109,50); }
H1.HeaderClassName
{
color: #CB6D32;
}
.AnyTagClassName
{
color: #CB6D32;
}
</style>
background-color css
<style>
a { background-color: #CB6D32; }
a { background-color: rgb(203,109,50); }
div.DivClassName
{
background-color: #CB6D32;
}
.BgClassName
{
background-color: #CB6D32;
}
</style>
border-color css
<style>
span { border-color: #CB6D32; }
span { border-color: rgb(203,109,50); }
td.TdClassName
{
border-color: #CB6D32;
}
.TagClassName
{
border-color: #CB6D32;
}
</style>