Shades of Tango #CA6F2E
Tints of Tango #CA6F2E
RGB
CMYK
RGB Variations
Color information
#CA6F2E (or 0xCA6F2E) is known color: Tango. HEX triplet: CA, 6F and 2E. RGB value is (202,111,46). Sum of RGB (Red+Green+Blue) = 202+111+46=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6F2E is #3590D1. Grayscale: #838383. Windows color (decimal): -3510482 or 3043274. OLE color: 3043274.
HSL color Cylindrical-coordinate representation of color #CA6F2E: hue angle of 25º 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 #CA6F2E is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 46 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.21 |
| HSL | 25º | 0.63% | 0.49% | - |
| HSV(B) | 25º | 0.77% | 0.79% | - |
| XYZ | 30.53 | 24.12 | 5.63 | - |
| YUV | 130.8 | 80.15 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 46 | 0 | 0.45 | 0.77 | 0.21 | 25 | 0.63 | 0.49 |
| Hex | CA | 6F | 2E | 0 | 2D | 4D | 15 | 19 | 3F | 31 |
| Octal | 312 | 157 | 56 | 0 | 55 | 115 | 25 | 31 | 77 | 61 |
| Binary | 11001010 | 1101111 | 101110 | 0 | 101101 | 1001101 | 10101 | 11001 | 111111 | 110001 |
Color Harmonies of #CA6F2E
Complementary color
Monochromatic Colors of #CA6F2E
Black with #CA6F2E
Text Example
Text Example
White with #CA6F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F2E; }
p { color: rgb(202,111,46); }
H1.HeaderClassName
{
color: #CA6F2E;
}
.AnyTagClassName
{
color: #CA6F2E;
}
</style>
background-color css
<style>
a { background-color: #CA6F2E; }
a { background-color: rgb(202,111,46); }
div.DivClassName
{
background-color: #CA6F2E;
}
.BgClassName
{
background-color: #CA6F2E;
}
</style>
border-color css
<style>
span { border-color: #CA6F2E; }
span { border-color: rgb(202,111,46); }
td.TdClassName
{
border-color: #CA6F2E;
}
.TagClassName
{
border-color: #CA6F2E;
}
</style>