Shades of Tango #CE732C
Tints of Tango #CE732C
RGB
CMYK
RGB Variations
Color information
#CE732C (or 0xCE732C) is known color: Tango. HEX triplet: CE, 73 and 2C. RGB value is (206,115,44). Sum of RGB (Red+Green+Blue) = 206+115+44=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE732C is #318CD3. Grayscale: #868686. Windows color (decimal): -3247316 or 2913230. OLE color: 2913230.
HSL color Cylindrical-coordinate representation of color #CE732C: hue angle of 26.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE732C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 44 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.19 |
| HSL | 26.3º | 0.65% | 0.49% | - |
| HSV(B) | 26.3º | 0.79% | 0.81% | - |
| XYZ | 32.04 | 25.57 | 5.63 | - |
| YUV | 134.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 44 | 0 | 0.44 | 0.79 | 0.19 | 26.3 | 0.65 | 0.49 |
| Hex | CE | 73 | 2C | 0 | 2C | 4F | 13 | 1A | 41 | 31 |
| Octal | 316 | 163 | 54 | 0 | 54 | 117 | 23 | 32 | 101 | 61 |
| Binary | 11001110 | 1110011 | 101100 | 0 | 101100 | 1001111 | 10011 | 11010 | 1000001 | 110001 |
Color Harmonies of #CE732C
Complementary color
Monochromatic Colors of #CE732C
Black with #CE732C
Text Example
Text Example
White with #CE732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE732C; }
p { color: rgb(206,115,44); }
H1.HeaderClassName
{
color: #CE732C;
}
.AnyTagClassName
{
color: #CE732C;
}
</style>
background-color css
<style>
a { background-color: #CE732C; }
a { background-color: rgb(206,115,44); }
div.DivClassName
{
background-color: #CE732C;
}
.BgClassName
{
background-color: #CE732C;
}
</style>
border-color css
<style>
span { border-color: #CE732C; }
span { border-color: rgb(206,115,44); }
td.TdClassName
{
border-color: #CE732C;
}
.TagClassName
{
border-color: #CE732C;
}
</style>