Shades of Tango #CB6C31
Tints of Tango #CB6C31
RGB
CMYK
RGB Variations
Color information
#CB6C31 (or 0xCB6C31) is known color: Tango. HEX triplet: CB, 6C and 31. RGB value is (203,108,49). Sum of RGB (Red+Green+Blue) = 203+108+49=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C31 is #3493CE. Grayscale: #828282. Windows color (decimal): -3445711 or 3239115. OLE color: 3239115.
HSL color Cylindrical-coordinate representation of color #CB6C31: hue angle of 22.99º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB6C31 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 49 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.20 |
| HSL | 22.99º | 0.61% | 0.49% | - |
| HSV(B) | 22.99º | 0.76% | 0.8% | - |
| XYZ | 30.55 | 23.64 | 5.86 | - |
| YUV | 129.68 | 82.47 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 49 | 0 | 0.47 | 0.76 | 0.20 | 22.99 | 0.61 | 0.49 |
| Hex | CB | 6C | 31 | 0 | 2F | 4C | 14 | 17 | 3D | 31 |
| Octal | 313 | 154 | 61 | 0 | 57 | 114 | 24 | 27 | 75 | 61 |
| Binary | 11001011 | 1101100 | 110001 | 0 | 101111 | 1001100 | 10100 | 10111 | 111101 | 110001 |
Color Harmonies of #CB6C31
Complementary color
Monochromatic Colors of #CB6C31
Black with #CB6C31
Text Example
Text Example
White with #CB6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C31; }
p { color: rgb(203,108,49); }
H1.HeaderClassName
{
color: #CB6C31;
}
.AnyTagClassName
{
color: #CB6C31;
}
</style>
background-color css
<style>
a { background-color: #CB6C31; }
a { background-color: rgb(203,108,49); }
div.DivClassName
{
background-color: #CB6C31;
}
.BgClassName
{
background-color: #CB6C31;
}
</style>
border-color css
<style>
span { border-color: #CB6C31; }
span { border-color: rgb(203,108,49); }
td.TdClassName
{
border-color: #CB6C31;
}
.TagClassName
{
border-color: #CB6C31;
}
</style>