Shades of Tango #CB7231
Tints of Tango #CB7231
RGB
CMYK
RGB Variations
Color information
#CB7231 (or 0xCB7231) is known color: Tango. HEX triplet: CB, 72 and 31. RGB value is (203,114,49). Sum of RGB (Red+Green+Blue) = 203+114+49=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7231 is #348DCE. Grayscale: #858585. Windows color (decimal): -3444175 or 3240651. OLE color: 3240651.
HSL color Cylindrical-coordinate representation of color #CB7231: hue angle of 25.32º 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 #CB7231 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 49 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.20 |
| HSL | 25.32º | 0.61% | 0.49% | - |
| HSV(B) | 25.32º | 0.76% | 0.8% | - |
| XYZ | 31.2 | 24.95 | 6.08 | - |
| YUV | 133.2 | 80.49 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 49 | 0 | 0.44 | 0.76 | 0.20 | 25.32 | 0.61 | 0.49 |
| Hex | CB | 72 | 31 | 0 | 2C | 4C | 14 | 19 | 3D | 31 |
| Octal | 313 | 162 | 61 | 0 | 54 | 114 | 24 | 31 | 75 | 61 |
| Binary | 11001011 | 1110010 | 110001 | 0 | 101100 | 1001100 | 10100 | 11001 | 111101 | 110001 |
Color Harmonies of #CB7231
Complementary color
Monochromatic Colors of #CB7231
Black with #CB7231
Text Example
Text Example
White with #CB7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7231; }
p { color: rgb(203,114,49); }
H1.HeaderClassName
{
color: #CB7231;
}
.AnyTagClassName
{
color: #CB7231;
}
</style>
background-color css
<style>
a { background-color: #CB7231; }
a { background-color: rgb(203,114,49); }
div.DivClassName
{
background-color: #CB7231;
}
.BgClassName
{
background-color: #CB7231;
}
</style>
border-color css
<style>
span { border-color: #CB7231; }
span { border-color: rgb(203,114,49); }
td.TdClassName
{
border-color: #CB7231;
}
.TagClassName
{
border-color: #CB7231;
}
</style>