Shades of Tango #CA7031
Tints of Tango #CA7031
RGB
CMYK
RGB Variations
Color information
#CA7031 (or 0xCA7031) is known color: Tango. HEX triplet: CA, 70 and 31. RGB value is (202,112,49). Sum of RGB (Red+Green+Blue) = 202+112+49=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7031 is #358FCE. Grayscale: #848484. Windows color (decimal): -3510223 or 3240138. OLE color: 3240138.
HSL color Cylindrical-coordinate representation of color #CA7031: hue angle of 24.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA7031 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 49 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.21 |
| HSL | 24.71º | 0.61% | 0.49% | - |
| HSV(B) | 24.71º | 0.76% | 0.79% | - |
| XYZ | 30.71 | 24.37 | 5.99 | - |
| YUV | 131.73 | 81.32 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 49 | 0 | 0.45 | 0.76 | 0.21 | 24.71 | 0.61 | 0.49 |
| Hex | CA | 70 | 31 | 0 | 2D | 4C | 15 | 19 | 3D | 31 |
| Octal | 312 | 160 | 61 | 0 | 55 | 114 | 25 | 31 | 75 | 61 |
| Binary | 11001010 | 1110000 | 110001 | 0 | 101101 | 1001100 | 10101 | 11001 | 111101 | 110001 |
Color Harmonies of #CA7031
Complementary color
Monochromatic Colors of #CA7031
Black with #CA7031
Text Example
Text Example
White with #CA7031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7031; }
p { color: rgb(202,112,49); }
H1.HeaderClassName
{
color: #CA7031;
}
.AnyTagClassName
{
color: #CA7031;
}
</style>
background-color css
<style>
a { background-color: #CA7031; }
a { background-color: rgb(202,112,49); }
div.DivClassName
{
background-color: #CA7031;
}
.BgClassName
{
background-color: #CA7031;
}
</style>
border-color css
<style>
span { border-color: #CA7031; }
span { border-color: rgb(202,112,49); }
td.TdClassName
{
border-color: #CA7031;
}
.TagClassName
{
border-color: #CA7031;
}
</style>