Shades of Tango #CA6B2A
Tints of Tango #CA6B2A
RGB
CMYK
RGB Variations
Color information
#CA6B2A (or 0xCA6B2A) is known color: Tango. HEX triplet: CA, 6B and 2A. RGB value is (202,107,42). Sum of RGB (Red+Green+Blue) = 202+107+42=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B2A is #3594D5. Grayscale: #808080. Windows color (decimal): -3511510 or 2780106. OLE color: 2780106.
HSL color Cylindrical-coordinate representation of color #CA6B2A: hue angle of 24.38º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA6B2A is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 42 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.21 |
| HSL | 24.38º | 0.66% | 0.48% | - |
| HSV(B) | 24.38º | 0.79% | 0.79% | - |
| XYZ | 30.03 | 23.24 | 5.09 | - |
| YUV | 128 | 79.47 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 42 | 0 | 0.47 | 0.79 | 0.21 | 24.38 | 0.66 | 0.48 |
| Hex | CA | 6B | 2A | 0 | 2F | 4F | 15 | 18 | 42 | 30 |
| Octal | 312 | 153 | 52 | 0 | 57 | 117 | 25 | 30 | 102 | 60 |
| Binary | 11001010 | 1101011 | 101010 | 0 | 101111 | 1001111 | 10101 | 11000 | 1000010 | 110000 |
Color Harmonies of #CA6B2A
Complementary color
Monochromatic Colors of #CA6B2A
Black with #CA6B2A
Text Example
Text Example
White with #CA6B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B2A; }
p { color: rgb(202,107,42); }
H1.HeaderClassName
{
color: #CA6B2A;
}
.AnyTagClassName
{
color: #CA6B2A;
}
</style>
background-color css
<style>
a { background-color: #CA6B2A; }
a { background-color: rgb(202,107,42); }
div.DivClassName
{
background-color: #CA6B2A;
}
.BgClassName
{
background-color: #CA6B2A;
}
</style>
border-color css
<style>
span { border-color: #CA6B2A; }
span { border-color: rgb(202,107,42); }
td.TdClassName
{
border-color: #CA6B2A;
}
.TagClassName
{
border-color: #CA6B2A;
}
</style>