Shades of Tango #CA6D31
Tints of Tango #CA6D31
RGB
CMYK
RGB Variations
Color information
#CA6D31 (or 0xCA6D31) is known color: Tango. HEX triplet: CA, 6D and 31. RGB value is (202,109,49). Sum of RGB (Red+Green+Blue) = 202+109+49=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D31 is #3592CE. Grayscale: #828282. Windows color (decimal): -3510991 or 3239370. OLE color: 3239370.
HSL color Cylindrical-coordinate representation of color #CA6D31: hue angle of 23.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA6D31 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 49 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.21 |
| HSL | 23.53º | 0.61% | 0.49% | - |
| HSV(B) | 23.53º | 0.76% | 0.79% | - |
| XYZ | 30.38 | 23.72 | 5.88 | - |
| YUV | 129.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 49 | 0 | 0.46 | 0.76 | 0.21 | 23.53 | 0.61 | 0.49 |
| Hex | CA | 6D | 31 | 0 | 2E | 4C | 15 | 18 | 3D | 31 |
| Octal | 312 | 155 | 61 | 0 | 56 | 114 | 25 | 30 | 75 | 61 |
| Binary | 11001010 | 1101101 | 110001 | 0 | 101110 | 1001100 | 10101 | 11000 | 111101 | 110001 |
Color Harmonies of #CA6D31
Complementary color
Monochromatic Colors of #CA6D31
Black with #CA6D31
Text Example
Text Example
White with #CA6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D31; }
p { color: rgb(202,109,49); }
H1.HeaderClassName
{
color: #CA6D31;
}
.AnyTagClassName
{
color: #CA6D31;
}
</style>
background-color css
<style>
a { background-color: #CA6D31; }
a { background-color: rgb(202,109,49); }
div.DivClassName
{
background-color: #CA6D31;
}
.BgClassName
{
background-color: #CA6D31;
}
</style>
border-color css
<style>
span { border-color: #CA6D31; }
span { border-color: rgb(202,109,49); }
td.TdClassName
{
border-color: #CA6D31;
}
.TagClassName
{
border-color: #CA6D31;
}
</style>