Shades of Tango #CA722D
Tints of Tango #CA722D
RGB
CMYK
RGB Variations
Color information
#CA722D (or 0xCA722D) is known color: Tango. HEX triplet: CA, 72 and 2D. RGB value is (202,114,45). Sum of RGB (Red+Green+Blue) = 202+114+45=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA722D is #358DD2. Grayscale: #848484. Windows color (decimal): -3509715 or 2978506. OLE color: 2978506.
HSL color Cylindrical-coordinate representation of color #CA722D: hue angle of 26.37º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA722D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 45 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.21 |
| HSL | 26.37º | 0.64% | 0.48% | - |
| HSV(B) | 26.37º | 0.78% | 0.79% | - |
| XYZ | 30.85 | 24.78 | 5.64 | - |
| YUV | 132.45 | 78.65 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 45 | 0 | 0.44 | 0.78 | 0.21 | 26.37 | 0.64 | 0.48 |
| Hex | CA | 72 | 2D | 0 | 2C | 4E | 15 | 1A | 40 | 30 |
| Octal | 312 | 162 | 55 | 0 | 54 | 116 | 25 | 32 | 100 | 60 |
| Binary | 11001010 | 1110010 | 101101 | 0 | 101100 | 1001110 | 10101 | 11010 | 1000000 | 110000 |
Color Harmonies of #CA722D
Complementary color
Monochromatic Colors of #CA722D
Black with #CA722D
Text Example
Text Example
White with #CA722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA722D; }
p { color: rgb(202,114,45); }
H1.HeaderClassName
{
color: #CA722D;
}
.AnyTagClassName
{
color: #CA722D;
}
</style>
background-color css
<style>
a { background-color: #CA722D; }
a { background-color: rgb(202,114,45); }
div.DivClassName
{
background-color: #CA722D;
}
.BgClassName
{
background-color: #CA722D;
}
</style>
border-color css
<style>
span { border-color: #CA722D; }
span { border-color: rgb(202,114,45); }
td.TdClassName
{
border-color: #CA722D;
}
.TagClassName
{
border-color: #CA722D;
}
</style>