Shades of Tango #CA712D
Tints of Tango #CA712D
RGB
CMYK
RGB Variations
Color information
#CA712D (or 0xCA712D) is known color: Tango. HEX triplet: CA, 71 and 2D. RGB value is (202,113,45). Sum of RGB (Red+Green+Blue) = 202+113+45=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA712D is #358ED2. Grayscale: #848484. Windows color (decimal): -3509971 or 2978250. OLE color: 2978250.
HSL color Cylindrical-coordinate representation of color #CA712D: hue angle of 25.99º 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 #CA712D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 45 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.21 |
| HSL | 25.99º | 0.64% | 0.48% | - |
| HSV(B) | 25.99º | 0.78% | 0.79% | - |
| XYZ | 30.74 | 24.56 | 5.6 | - |
| YUV | 131.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 45 | 0 | 0.44 | 0.78 | 0.21 | 25.99 | 0.64 | 0.48 |
| Hex | CA | 71 | 2D | 0 | 2C | 4E | 15 | 1A | 40 | 30 |
| Octal | 312 | 161 | 55 | 0 | 54 | 116 | 25 | 32 | 100 | 60 |
| Binary | 11001010 | 1110001 | 101101 | 0 | 101100 | 1001110 | 10101 | 11010 | 1000000 | 110000 |
Color Harmonies of #CA712D
Complementary color
Monochromatic Colors of #CA712D
Black with #CA712D
Text Example
Text Example
White with #CA712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA712D; }
p { color: rgb(202,113,45); }
H1.HeaderClassName
{
color: #CA712D;
}
.AnyTagClassName
{
color: #CA712D;
}
</style>
background-color css
<style>
a { background-color: #CA712D; }
a { background-color: rgb(202,113,45); }
div.DivClassName
{
background-color: #CA712D;
}
.BgClassName
{
background-color: #CA712D;
}
</style>
border-color css
<style>
span { border-color: #CA712D; }
span { border-color: rgb(202,113,45); }
td.TdClassName
{
border-color: #CA712D;
}
.TagClassName
{
border-color: #CA712D;
}
</style>