Shades of Tango #CA6B2F
Tints of Tango #CA6B2F
RGB
CMYK
RGB Variations
Color information
#CA6B2F (or 0xCA6B2F) is known color: Tango. HEX triplet: CA, 6B and 2F. RGB value is (202,107,47). Sum of RGB (Red+Green+Blue) = 202+107+47=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B2F is #3594D0. Grayscale: #808080. Windows color (decimal): -3511505 or 3107786. OLE color: 3107786.
HSL color Cylindrical-coordinate representation of color #CA6B2F: hue angle of 23.23º 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 #CA6B2F is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 47 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.21 |
| HSL | 23.23º | 0.62% | 0.49% | - |
| HSV(B) | 23.23º | 0.77% | 0.79% | - |
| XYZ | 30.13 | 23.28 | 5.59 | - |
| YUV | 128.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 47 | 0 | 0.47 | 0.77 | 0.21 | 23.23 | 0.62 | 0.49 |
| Hex | CA | 6B | 2F | 0 | 2F | 4D | 15 | 17 | 3E | 31 |
| Octal | 312 | 153 | 57 | 0 | 57 | 115 | 25 | 27 | 76 | 61 |
| Binary | 11001010 | 1101011 | 101111 | 0 | 101111 | 1001101 | 10101 | 10111 | 111110 | 110001 |
Color Harmonies of #CA6B2F
Complementary color
Monochromatic Colors of #CA6B2F
Black with #CA6B2F
Text Example
Text Example
White with #CA6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B2F; }
p { color: rgb(202,107,47); }
H1.HeaderClassName
{
color: #CA6B2F;
}
.AnyTagClassName
{
color: #CA6B2F;
}
</style>
background-color css
<style>
a { background-color: #CA6B2F; }
a { background-color: rgb(202,107,47); }
div.DivClassName
{
background-color: #CA6B2F;
}
.BgClassName
{
background-color: #CA6B2F;
}
</style>
border-color css
<style>
span { border-color: #CA6B2F; }
span { border-color: rgb(202,107,47); }
td.TdClassName
{
border-color: #CA6B2F;
}
.TagClassName
{
border-color: #CA6B2F;
}
</style>