Shades of Tango #CE6E2A
Tints of Tango #CE6E2A
RGB
CMYK
RGB Variations
Color information
#CE6E2A (or 0xCE6E2A) is known color: Tango. HEX triplet: CE, 6E and 2A. RGB value is (206,110,42). Sum of RGB (Red+Green+Blue) = 206+110+42=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E2A is #3191D5. Grayscale: #838383. Windows color (decimal): -3248598 or 2780878. OLE color: 2780878.
HSL color Cylindrical-coordinate representation of color #CE6E2A: hue angle of 24.88º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE6E2A is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 42 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.19 |
| HSL | 24.88º | 0.66% | 0.49% | - |
| HSV(B) | 24.88º | 0.8% | 0.81% | - |
| XYZ | 31.45 | 24.44 | 5.25 | - |
| YUV | 130.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 42 | 0 | 0.47 | 0.80 | 0.19 | 24.88 | 0.66 | 0.49 |
| Hex | CE | 6E | 2A | 0 | 2F | 50 | 13 | 19 | 42 | 31 |
| Octal | 316 | 156 | 52 | 0 | 57 | 120 | 23 | 31 | 102 | 61 |
| Binary | 11001110 | 1101110 | 101010 | 0 | 101111 | 1010000 | 10011 | 11001 | 1000010 | 110001 |
Color Harmonies of #CE6E2A
Complementary color
Monochromatic Colors of #CE6E2A
Black with #CE6E2A
Text Example
Text Example
White with #CE6E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E2A; }
p { color: rgb(206,110,42); }
H1.HeaderClassName
{
color: #CE6E2A;
}
.AnyTagClassName
{
color: #CE6E2A;
}
</style>
background-color css
<style>
a { background-color: #CE6E2A; }
a { background-color: rgb(206,110,42); }
div.DivClassName
{
background-color: #CE6E2A;
}
.BgClassName
{
background-color: #CE6E2A;
}
</style>
border-color css
<style>
span { border-color: #CE6E2A; }
span { border-color: rgb(206,110,42); }
td.TdClassName
{
border-color: #CE6E2A;
}
.TagClassName
{
border-color: #CE6E2A;
}
</style>