Shades of Tango #CA6A31
Tints of Tango #CA6A31
RGB
CMYK
RGB Variations
Color information
#CA6A31 (or 0xCA6A31) is known color: Tango. HEX triplet: CA, 6A and 31. RGB value is (202,106,49). Sum of RGB (Red+Green+Blue) = 202+106+49=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A31 is #3595CE. Grayscale: #808080. Windows color (decimal): -3511759 or 3238602. OLE color: 3238602.
HSL color Cylindrical-coordinate representation of color #CA6A31: hue angle of 22.35º 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 #CA6A31 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 49 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.21 |
| HSL | 22.35º | 0.61% | 0.49% | - |
| HSV(B) | 22.35º | 0.76% | 0.79% | - |
| XYZ | 30.07 | 23.09 | 5.78 | - |
| YUV | 128.21 | 83.3 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 49 | 0 | 0.48 | 0.76 | 0.21 | 22.35 | 0.61 | 0.49 |
| Hex | CA | 6A | 31 | 0 | 30 | 4C | 15 | 16 | 3D | 31 |
| Octal | 312 | 152 | 61 | 0 | 60 | 114 | 25 | 26 | 75 | 61 |
| Binary | 11001010 | 1101010 | 110001 | 0 | 110000 | 1001100 | 10101 | 10110 | 111101 | 110001 |
Color Harmonies of #CA6A31
Complementary color
Monochromatic Colors of #CA6A31
Black with #CA6A31
Text Example
Text Example
White with #CA6A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A31; }
p { color: rgb(202,106,49); }
H1.HeaderClassName
{
color: #CA6A31;
}
.AnyTagClassName
{
color: #CA6A31;
}
</style>
background-color css
<style>
a { background-color: #CA6A31; }
a { background-color: rgb(202,106,49); }
div.DivClassName
{
background-color: #CA6A31;
}
.BgClassName
{
background-color: #CA6A31;
}
</style>
border-color css
<style>
span { border-color: #CA6A31; }
span { border-color: rgb(202,106,49); }
td.TdClassName
{
border-color: #CA6A31;
}
.TagClassName
{
border-color: #CA6A31;
}
</style>