Shades of Tango #CE732E
Tints of Tango #CE732E
RGB
CMYK
RGB Variations
Color information
#CE732E (or 0xCE732E) is known color: Tango. HEX triplet: CE, 73 and 2E. RGB value is (206,115,46). Sum of RGB (Red+Green+Blue) = 206+115+46=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE732E is #318CD1. Grayscale: #868686. Windows color (decimal): -3247314 or 3044302. OLE color: 3044302.
HSL color Cylindrical-coordinate representation of color #CE732E: hue angle of 25.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE732E is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 46 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.19 |
| HSL | 25.88º | 0.63% | 0.49% | - |
| HSV(B) | 25.88º | 0.78% | 0.81% | - |
| XYZ | 32.08 | 25.58 | 5.83 | - |
| YUV | 134.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 46 | 0 | 0.44 | 0.78 | 0.19 | 25.88 | 0.63 | 0.49 |
| Hex | CE | 73 | 2E | 0 | 2C | 4E | 13 | 1A | 3F | 31 |
| Octal | 316 | 163 | 56 | 0 | 54 | 116 | 23 | 32 | 77 | 61 |
| Binary | 11001110 | 1110011 | 101110 | 0 | 101100 | 1001110 | 10011 | 11010 | 111111 | 110001 |
Color Harmonies of #CE732E
Complementary color
Monochromatic Colors of #CE732E
Black with #CE732E
Text Example
Text Example
White with #CE732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE732E; }
p { color: rgb(206,115,46); }
H1.HeaderClassName
{
color: #CE732E;
}
.AnyTagClassName
{
color: #CE732E;
}
</style>
background-color css
<style>
a { background-color: #CE732E; }
a { background-color: rgb(206,115,46); }
div.DivClassName
{
background-color: #CE732E;
}
.BgClassName
{
background-color: #CE732E;
}
</style>
border-color css
<style>
span { border-color: #CE732E; }
span { border-color: rgb(206,115,46); }
td.TdClassName
{
border-color: #CE732E;
}
.TagClassName
{
border-color: #CE732E;
}
</style>