Shades of Tango #CA6E2F
Tints of Tango #CA6E2F
RGB
CMYK
RGB Variations
Color information
#CA6E2F (or 0xCA6E2F) is known color: Tango. HEX triplet: CA, 6E and 2F. RGB value is (202,110,47). Sum of RGB (Red+Green+Blue) = 202+110+47=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E2F is #3591D0. Grayscale: #828282. Windows color (decimal): -3510737 or 3108554. OLE color: 3108554.
HSL color Cylindrical-coordinate representation of color #CA6E2F: hue angle of 24.39º degrees, saturation: 0.62, 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 #CA6E2F is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 47 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.21 |
| HSL | 24.39º | 0.62% | 0.49% | - |
| HSV(B) | 24.39º | 0.77% | 0.79% | - |
| XYZ | 30.45 | 23.91 | 5.7 | - |
| YUV | 130.33 | 80.98 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 47 | 0 | 0.46 | 0.77 | 0.21 | 24.39 | 0.62 | 0.49 |
| Hex | CA | 6E | 2F | 0 | 2E | 4D | 15 | 18 | 3E | 31 |
| Octal | 312 | 156 | 57 | 0 | 56 | 115 | 25 | 30 | 76 | 61 |
| Binary | 11001010 | 1101110 | 101111 | 0 | 101110 | 1001101 | 10101 | 11000 | 111110 | 110001 |
Color Harmonies of #CA6E2F
Complementary color
Monochromatic Colors of #CA6E2F
Black with #CA6E2F
Text Example
Text Example
White with #CA6E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E2F; }
p { color: rgb(202,110,47); }
H1.HeaderClassName
{
color: #CA6E2F;
}
.AnyTagClassName
{
color: #CA6E2F;
}
</style>
background-color css
<style>
a { background-color: #CA6E2F; }
a { background-color: rgb(202,110,47); }
div.DivClassName
{
background-color: #CA6E2F;
}
.BgClassName
{
background-color: #CA6E2F;
}
</style>
border-color css
<style>
span { border-color: #CA6E2F; }
span { border-color: rgb(202,110,47); }
td.TdClassName
{
border-color: #CA6E2F;
}
.TagClassName
{
border-color: #CA6E2F;
}
</style>