Shades of Tango #CE7131
Tints of Tango #CE7131
RGB
CMYK
RGB Variations
Color information
#CE7131 (or 0xCE7131) is known color: Tango. HEX triplet: CE, 71 and 31. RGB value is (206,113,49). Sum of RGB (Red+Green+Blue) = 206+113+49=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7131 is #318ECE. Grayscale: #858585. Windows color (decimal): -3247823 or 3240398. OLE color: 3240398.
HSL color Cylindrical-coordinate representation of color #CE7131: hue angle of 24.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE7131 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 49 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.19 |
| HSL | 24.46º | 0.62% | 0.5% | - |
| HSV(B) | 24.46º | 0.76% | 0.81% | - |
| XYZ | 31.91 | 25.15 | 6.08 | - |
| YUV | 133.51 | 80.31 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 49 | 0 | 0.45 | 0.76 | 0.19 | 24.46 | 0.62 | 0.5 |
| Hex | CE | 71 | 31 | 0 | 2D | 4C | 13 | 18 | 3E | 32 |
| Octal | 316 | 161 | 61 | 0 | 55 | 114 | 23 | 30 | 76 | 62 |
| Binary | 11001110 | 1110001 | 110001 | 0 | 101101 | 1001100 | 10011 | 11000 | 111110 | 110010 |
Color Harmonies of #CE7131
Complementary color
Monochromatic Colors of #CE7131
Black with #CE7131
Text Example
Text Example
White with #CE7131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7131; }
p { color: rgb(206,113,49); }
H1.HeaderClassName
{
color: #CE7131;
}
.AnyTagClassName
{
color: #CE7131;
}
</style>
background-color css
<style>
a { background-color: #CE7131; }
a { background-color: rgb(206,113,49); }
div.DivClassName
{
background-color: #CE7131;
}
.BgClassName
{
background-color: #CE7131;
}
</style>
border-color css
<style>
span { border-color: #CE7131; }
span { border-color: rgb(206,113,49); }
td.TdClassName
{
border-color: #CE7131;
}
.TagClassName
{
border-color: #CE7131;
}
</style>