Shades of Tango #CB7030
Tints of Tango #CB7030
RGB
CMYK
RGB Variations
Color information
#CB7030 (or 0xCB7030) is known color: Tango. HEX triplet: CB, 70 and 30. RGB value is (203,112,48). Sum of RGB (Red+Green+Blue) = 203+112+48=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7030 is #348FCF. Grayscale: #848484. Windows color (decimal): -3444688 or 3174603. OLE color: 3174603.
HSL color Cylindrical-coordinate representation of color #CB7030: hue angle of 24.77º degrees, saturation: 0.62, 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 #CB7030 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 48 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.20 |
| HSL | 24.77º | 0.62% | 0.49% | - |
| HSV(B) | 24.77º | 0.76% | 0.8% | - |
| XYZ | 30.96 | 24.5 | 5.89 | - |
| YUV | 131.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 48 | 0 | 0.45 | 0.76 | 0.20 | 24.77 | 0.62 | 0.49 |
| Hex | CB | 70 | 30 | 0 | 2D | 4C | 14 | 19 | 3E | 31 |
| Octal | 313 | 160 | 60 | 0 | 55 | 114 | 24 | 31 | 76 | 61 |
| Binary | 11001011 | 1110000 | 110000 | 0 | 101101 | 1001100 | 10100 | 11001 | 111110 | 110001 |
Color Harmonies of #CB7030
Complementary color
Monochromatic Colors of #CB7030
Black with #CB7030
Text Example
Text Example
White with #CB7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7030; }
p { color: rgb(203,112,48); }
H1.HeaderClassName
{
color: #CB7030;
}
.AnyTagClassName
{
color: #CB7030;
}
</style>
background-color css
<style>
a { background-color: #CB7030; }
a { background-color: rgb(203,112,48); }
div.DivClassName
{
background-color: #CB7030;
}
.BgClassName
{
background-color: #CB7030;
}
</style>
border-color css
<style>
span { border-color: #CB7030; }
span { border-color: rgb(203,112,48); }
td.TdClassName
{
border-color: #CB7030;
}
.TagClassName
{
border-color: #CB7030;
}
</style>