Shades of Tango #CA722E
Tints of Tango #CA722E
RGB
CMYK
RGB Variations
Color information
#CA722E (or 0xCA722E) is known color: Tango. HEX triplet: CA, 72 and 2E. RGB value is (202,114,46). Sum of RGB (Red+Green+Blue) = 202+114+46=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA722E is #358DD1. Grayscale: #848484. Windows color (decimal): -3509714 or 3044042. OLE color: 3044042.
HSL color Cylindrical-coordinate representation of color #CA722E: hue angle of 26.15º 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 #CA722E is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 46 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.21 |
| HSL | 26.15º | 0.63% | 0.49% | - |
| HSV(B) | 26.15º | 0.77% | 0.79% | - |
| XYZ | 30.87 | 24.79 | 5.74 | - |
| YUV | 132.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 46 | 0 | 0.44 | 0.77 | 0.21 | 26.15 | 0.63 | 0.49 |
| Hex | CA | 72 | 2E | 0 | 2C | 4D | 15 | 1A | 3F | 31 |
| Octal | 312 | 162 | 56 | 0 | 54 | 115 | 25 | 32 | 77 | 61 |
| Binary | 11001010 | 1110010 | 101110 | 0 | 101100 | 1001101 | 10101 | 11010 | 111111 | 110001 |
Color Harmonies of #CA722E
Complementary color
Monochromatic Colors of #CA722E
Black with #CA722E
Text Example
Text Example
White with #CA722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA722E; }
p { color: rgb(202,114,46); }
H1.HeaderClassName
{
color: #CA722E;
}
.AnyTagClassName
{
color: #CA722E;
}
</style>
background-color css
<style>
a { background-color: #CA722E; }
a { background-color: rgb(202,114,46); }
div.DivClassName
{
background-color: #CA722E;
}
.BgClassName
{
background-color: #CA722E;
}
</style>
border-color css
<style>
span { border-color: #CA722E; }
span { border-color: rgb(202,114,46); }
td.TdClassName
{
border-color: #CA722E;
}
.TagClassName
{
border-color: #CA722E;
}
</style>