Shades of Tango #CE7136
Tints of Tango #CE7136
RGB
CMYK
RGB Variations
Color information
#CE7136 (or 0xCE7136) is known color: Tango. HEX triplet: CE, 71 and 36. RGB value is (206,113,54). Sum of RGB (Red+Green+Blue) = 206+113+54=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7136 is #318EC9. Grayscale: #868686. Windows color (decimal): -3247818 or 3568078. OLE color: 3568078.
HSL color Cylindrical-coordinate representation of color #CE7136: hue angle of 23.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE7136 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 54 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.19 |
| HSL | 23.29º | 0.61% | 0.51% | - |
| HSV(B) | 23.29º | 0.74% | 0.81% | - |
| XYZ | 32.02 | 25.2 | 6.67 | - |
| YUV | 134.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 54 | 0 | 0.45 | 0.74 | 0.19 | 23.29 | 0.61 | 0.51 |
| Hex | CE | 71 | 36 | 0 | 2D | 4A | 13 | 17 | 3D | 33 |
| Octal | 316 | 161 | 66 | 0 | 55 | 112 | 23 | 27 | 75 | 63 |
| Binary | 11001110 | 1110001 | 110110 | 0 | 101101 | 1001010 | 10011 | 10111 | 111101 | 110011 |
Color Harmonies of #CE7136
Complementary color
Monochromatic Colors of #CE7136
Black with #CE7136
Text Example
Text Example
White with #CE7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7136; }
p { color: rgb(206,113,54); }
H1.HeaderClassName
{
color: #CE7136;
}
.AnyTagClassName
{
color: #CE7136;
}
</style>
background-color css
<style>
a { background-color: #CE7136; }
a { background-color: rgb(206,113,54); }
div.DivClassName
{
background-color: #CE7136;
}
.BgClassName
{
background-color: #CE7136;
}
</style>
border-color css
<style>
span { border-color: #CE7136; }
span { border-color: rgb(206,113,54); }
td.TdClassName
{
border-color: #CE7136;
}
.TagClassName
{
border-color: #CE7136;
}
</style>