Shades of Tango #CA702C
Tints of Tango #CA702C
RGB
CMYK
RGB Variations
Color information
#CA702C (or 0xCA702C) is known color: Tango. HEX triplet: CA, 70 and 2C. RGB value is (202,112,44). Sum of RGB (Red+Green+Blue) = 202+112+44=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA702C is #358FD3. Grayscale: #838383. Windows color (decimal): -3510228 or 2912458. OLE color: 2912458.
HSL color Cylindrical-coordinate representation of color #CA702C: hue angle of 25.82º 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 #CA702C is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 44 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.21 |
| HSL | 25.82º | 0.64% | 0.48% | - |
| HSV(B) | 25.82º | 0.78% | 0.79% | - |
| XYZ | 30.61 | 24.33 | 5.47 | - |
| YUV | 131.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 44 | 0 | 0.45 | 0.78 | 0.21 | 25.82 | 0.64 | 0.48 |
| Hex | CA | 70 | 2C | 0 | 2D | 4E | 15 | 1A | 40 | 30 |
| Octal | 312 | 160 | 54 | 0 | 55 | 116 | 25 | 32 | 100 | 60 |
| Binary | 11001010 | 1110000 | 101100 | 0 | 101101 | 1001110 | 10101 | 11010 | 1000000 | 110000 |
Color Harmonies of #CA702C
Complementary color
Monochromatic Colors of #CA702C
Black with #CA702C
Text Example
Text Example
White with #CA702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA702C; }
p { color: rgb(202,112,44); }
H1.HeaderClassName
{
color: #CA702C;
}
.AnyTagClassName
{
color: #CA702C;
}
</style>
background-color css
<style>
a { background-color: #CA702C; }
a { background-color: rgb(202,112,44); }
div.DivClassName
{
background-color: #CA702C;
}
.BgClassName
{
background-color: #CA702C;
}
</style>
border-color css
<style>
span { border-color: #CA702C; }
span { border-color: rgb(202,112,44); }
td.TdClassName
{
border-color: #CA702C;
}
.TagClassName
{
border-color: #CA702C;
}
</style>