Shades of Tango #CA6C2E
Tints of Tango #CA6C2E
RGB
CMYK
RGB Variations
Color information
#CA6C2E (or 0xCA6C2E) is known color: Tango. HEX triplet: CA, 6C and 2E. RGB value is (202,108,46). Sum of RGB (Red+Green+Blue) = 202+108+46=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C2E is #3593D1. Grayscale: #818181. Windows color (decimal): -3511250 or 3042506. OLE color: 3042506.
HSL color Cylindrical-coordinate representation of color #CA6C2E: hue angle of 23.85º 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 #CA6C2E is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 46 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.21 |
| HSL | 23.85º | 0.63% | 0.49% | - |
| HSV(B) | 23.85º | 0.77% | 0.79% | - |
| XYZ | 30.21 | 23.48 | 5.52 | - |
| YUV | 129.04 | 81.14 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 46 | 0 | 0.47 | 0.77 | 0.21 | 23.85 | 0.63 | 0.49 |
| Hex | CA | 6C | 2E | 0 | 2F | 4D | 15 | 18 | 3F | 31 |
| Octal | 312 | 154 | 56 | 0 | 57 | 115 | 25 | 30 | 77 | 61 |
| Binary | 11001010 | 1101100 | 101110 | 0 | 101111 | 1001101 | 10101 | 11000 | 111111 | 110001 |
Color Harmonies of #CA6C2E
Complementary color
Monochromatic Colors of #CA6C2E
Black with #CA6C2E
Text Example
Text Example
White with #CA6C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C2E; }
p { color: rgb(202,108,46); }
H1.HeaderClassName
{
color: #CA6C2E;
}
.AnyTagClassName
{
color: #CA6C2E;
}
</style>
background-color css
<style>
a { background-color: #CA6C2E; }
a { background-color: rgb(202,108,46); }
div.DivClassName
{
background-color: #CA6C2E;
}
.BgClassName
{
background-color: #CA6C2E;
}
</style>
border-color css
<style>
span { border-color: #CA6C2E; }
span { border-color: rgb(202,108,46); }
td.TdClassName
{
border-color: #CA6C2E;
}
.TagClassName
{
border-color: #CA6C2E;
}
</style>