Shades of Tango #CE6D2A
Tints of Tango #CE6D2A
RGB
CMYK
RGB Variations
Color information
#CE6D2A (or 0xCE6D2A) is known color: Tango. HEX triplet: CE, 6D and 2A. RGB value is (206,109,42). Sum of RGB (Red+Green+Blue) = 206+109+42=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D2A is #3192D5. Grayscale: #828282. Windows color (decimal): -3248854 or 2780622. OLE color: 2780622.
HSL color Cylindrical-coordinate representation of color #CE6D2A: hue angle of 24.51º 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 #CE6D2A is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 42 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.19 |
| HSL | 24.51º | 0.66% | 0.49% | - |
| HSV(B) | 24.51º | 0.8% | 0.81% | - |
| XYZ | 31.34 | 24.23 | 5.21 | - |
| YUV | 130.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 42 | 0 | 0.47 | 0.80 | 0.19 | 24.51 | 0.66 | 0.49 |
| Hex | CE | 6D | 2A | 0 | 2F | 50 | 13 | 19 | 42 | 31 |
| Octal | 316 | 155 | 52 | 0 | 57 | 120 | 23 | 31 | 102 | 61 |
| Binary | 11001110 | 1101101 | 101010 | 0 | 101111 | 1010000 | 10011 | 11001 | 1000010 | 110001 |
Color Harmonies of #CE6D2A
Complementary color
Monochromatic Colors of #CE6D2A
Black with #CE6D2A
Text Example
Text Example
White with #CE6D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D2A; }
p { color: rgb(206,109,42); }
H1.HeaderClassName
{
color: #CE6D2A;
}
.AnyTagClassName
{
color: #CE6D2A;
}
</style>
background-color css
<style>
a { background-color: #CE6D2A; }
a { background-color: rgb(206,109,42); }
div.DivClassName
{
background-color: #CE6D2A;
}
.BgClassName
{
background-color: #CE6D2A;
}
</style>
border-color css
<style>
span { border-color: #CE6D2A; }
span { border-color: rgb(206,109,42); }
td.TdClassName
{
border-color: #CE6D2A;
}
.TagClassName
{
border-color: #CE6D2A;
}
</style>