Shades of Tango #CA6E2E
Tints of Tango #CA6E2E
RGB
CMYK
RGB Variations
Color information
#CA6E2E (or 0xCA6E2E) is known color: Tango. HEX triplet: CA, 6E and 2E. RGB value is (202,110,46). Sum of RGB (Red+Green+Blue) = 202+110+46=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E2E is #3591D1. Grayscale: #828282. Windows color (decimal): -3510738 or 3043018. OLE color: 3043018.
HSL color Cylindrical-coordinate representation of color #CA6E2E: hue angle of 24.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA6E2E is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 46 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.21 |
| HSL | 24.62º | 0.63% | 0.49% | - |
| HSV(B) | 24.62º | 0.77% | 0.79% | - |
| XYZ | 30.43 | 23.91 | 5.6 | - |
| YUV | 130.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 46 | 0 | 0.46 | 0.77 | 0.21 | 24.62 | 0.63 | 0.49 |
| Hex | CA | 6E | 2E | 0 | 2E | 4D | 15 | 19 | 3F | 31 |
| Octal | 312 | 156 | 56 | 0 | 56 | 115 | 25 | 31 | 77 | 61 |
| Binary | 11001010 | 1101110 | 101110 | 0 | 101110 | 1001101 | 10101 | 11001 | 111111 | 110001 |
Color Harmonies of #CA6E2E
Complementary color
Monochromatic Colors of #CA6E2E
Black with #CA6E2E
Text Example
Text Example
White with #CA6E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E2E; }
p { color: rgb(202,110,46); }
H1.HeaderClassName
{
color: #CA6E2E;
}
.AnyTagClassName
{
color: #CA6E2E;
}
</style>
background-color css
<style>
a { background-color: #CA6E2E; }
a { background-color: rgb(202,110,46); }
div.DivClassName
{
background-color: #CA6E2E;
}
.BgClassName
{
background-color: #CA6E2E;
}
</style>
border-color css
<style>
span { border-color: #CA6E2E; }
span { border-color: rgb(202,110,46); }
td.TdClassName
{
border-color: #CA6E2E;
}
.TagClassName
{
border-color: #CA6E2E;
}
</style>