Shades of Tango #CB6C33
Tints of Tango #CB6C33
RGB
CMYK
RGB Variations
Color information
#CB6C33 (or 0xCB6C33) is known color: Tango. HEX triplet: CB, 6C and 33. RGB value is (203,108,51). Sum of RGB (Red+Green+Blue) = 203+108+51=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C33 is #3493CC. Grayscale: #828282. Windows color (decimal): -3445709 or 3370187. OLE color: 3370187.
HSL color Cylindrical-coordinate representation of color #CB6C33: hue angle of 22.5º 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 #CB6C33 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 51 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.20 |
| HSL | 22.5º | 0.6% | 0.5% | - |
| HSV(B) | 22.5º | 0.75% | 0.8% | - |
| XYZ | 30.59 | 23.66 | 6.09 | - |
| YUV | 129.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 51 | 0 | 0.47 | 0.75 | 0.20 | 22.5 | 0.6 | 0.5 |
| Hex | CB | 6C | 33 | 0 | 2F | 4B | 14 | 16 | 3C | 32 |
| Octal | 313 | 154 | 63 | 0 | 57 | 113 | 24 | 26 | 74 | 62 |
| Binary | 11001011 | 1101100 | 110011 | 0 | 101111 | 1001011 | 10100 | 10110 | 111100 | 110010 |
Color Harmonies of #CB6C33
Complementary color
Monochromatic Colors of #CB6C33
Black with #CB6C33
Text Example
Text Example
White with #CB6C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C33; }
p { color: rgb(203,108,51); }
H1.HeaderClassName
{
color: #CB6C33;
}
.AnyTagClassName
{
color: #CB6C33;
}
</style>
background-color css
<style>
a { background-color: #CB6C33; }
a { background-color: rgb(203,108,51); }
div.DivClassName
{
background-color: #CB6C33;
}
.BgClassName
{
background-color: #CB6C33;
}
</style>
border-color css
<style>
span { border-color: #CB6C33; }
span { border-color: rgb(203,108,51); }
td.TdClassName
{
border-color: #CB6C33;
}
.TagClassName
{
border-color: #CB6C33;
}
</style>