Shades of Tango #CE7133
Tints of Tango #CE7133
RGB
CMYK
RGB Variations
Color information
#CE7133 (or 0xCE7133) is known color: Tango. HEX triplet: CE, 71 and 33. RGB value is (206,113,51). Sum of RGB (Red+Green+Blue) = 206+113+51=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7133 is #318ECC. Grayscale: #868686. Windows color (decimal): -3247821 or 3371470. OLE color: 3371470.
HSL color Cylindrical-coordinate representation of color #CE7133: hue angle of 24º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE7133 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 51 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.19 |
| HSL | 24º | 0.61% | 0.5% | - |
| HSV(B) | 24º | 0.75% | 0.81% | - |
| XYZ | 31.96 | 25.17 | 6.31 | - |
| YUV | 133.74 | 81.31 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 51 | 0 | 0.45 | 0.75 | 0.19 | 24 | 0.61 | 0.5 |
| Hex | CE | 71 | 33 | 0 | 2D | 4B | 13 | 18 | 3D | 32 |
| Octal | 316 | 161 | 63 | 0 | 55 | 113 | 23 | 30 | 75 | 62 |
| Binary | 11001110 | 1110001 | 110011 | 0 | 101101 | 1001011 | 10011 | 11000 | 111101 | 110010 |
Color Harmonies of #CE7133
Complementary color
Monochromatic Colors of #CE7133
Black with #CE7133
Text Example
Text Example
White with #CE7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7133; }
p { color: rgb(206,113,51); }
H1.HeaderClassName
{
color: #CE7133;
}
.AnyTagClassName
{
color: #CE7133;
}
</style>
background-color css
<style>
a { background-color: #CE7133; }
a { background-color: rgb(206,113,51); }
div.DivClassName
{
background-color: #CE7133;
}
.BgClassName
{
background-color: #CE7133;
}
</style>
border-color css
<style>
span { border-color: #CE7133; }
span { border-color: rgb(206,113,51); }
td.TdClassName
{
border-color: #CE7133;
}
.TagClassName
{
border-color: #CE7133;
}
</style>