Shades of Tango #CE6E31
Tints of Tango #CE6E31
RGB
CMYK
RGB Variations
Color information
#CE6E31 (or 0xCE6E31) is known color: Tango. HEX triplet: CE, 6E and 31. RGB value is (206,110,49). Sum of RGB (Red+Green+Blue) = 206+110+49=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E31 is #3191CE. Grayscale: #848484. Windows color (decimal): -3248591 or 3239630. OLE color: 3239630.
HSL color Cylindrical-coordinate representation of color #CE6E31: hue angle of 23.31º 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 #CE6E31 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 49 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.19 |
| HSL | 23.31º | 0.62% | 0.5% | - |
| HSV(B) | 23.31º | 0.76% | 0.81% | - |
| XYZ | 31.58 | 24.5 | 5.97 | - |
| YUV | 131.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 49 | 0 | 0.47 | 0.76 | 0.19 | 23.31 | 0.62 | 0.5 |
| Hex | CE | 6E | 31 | 0 | 2F | 4C | 13 | 17 | 3E | 32 |
| Octal | 316 | 156 | 61 | 0 | 57 | 114 | 23 | 27 | 76 | 62 |
| Binary | 11001110 | 1101110 | 110001 | 0 | 101111 | 1001100 | 10011 | 10111 | 111110 | 110010 |
Color Harmonies of #CE6E31
Complementary color
Monochromatic Colors of #CE6E31
Black with #CE6E31
Text Example
Text Example
White with #CE6E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E31; }
p { color: rgb(206,110,49); }
H1.HeaderClassName
{
color: #CE6E31;
}
.AnyTagClassName
{
color: #CE6E31;
}
</style>
background-color css
<style>
a { background-color: #CE6E31; }
a { background-color: rgb(206,110,49); }
div.DivClassName
{
background-color: #CE6E31;
}
.BgClassName
{
background-color: #CE6E31;
}
</style>
border-color css
<style>
span { border-color: #CE6E31; }
span { border-color: rgb(206,110,49); }
td.TdClassName
{
border-color: #CE6E31;
}
.TagClassName
{
border-color: #CE6E31;
}
</style>