Shades of Tango #CE6D34
Tints of Tango #CE6D34
RGB
CMYK
RGB Variations
Color information
#CE6D34 (or 0xCE6D34) is known color: Tango. HEX triplet: CE, 6D and 34. RGB value is (206,109,52). Sum of RGB (Red+Green+Blue) = 206+109+52=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D34 is #3192CB. Grayscale: #838383. Windows color (decimal): -3248844 or 3435982. OLE color: 3435982.
HSL color Cylindrical-coordinate representation of color #CE6D34: hue angle of 22.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE6D34 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 52 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.19 |
| HSL | 22.21º | 0.61% | 0.51% | - |
| HSV(B) | 22.21º | 0.75% | 0.81% | - |
| XYZ | 31.54 | 24.31 | 6.28 | - |
| YUV | 131.51 | 83.14 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 52 | 0 | 0.47 | 0.75 | 0.19 | 22.21 | 0.61 | 0.51 |
| Hex | CE | 6D | 34 | 0 | 2F | 4B | 13 | 16 | 3D | 33 |
| Octal | 316 | 155 | 64 | 0 | 57 | 113 | 23 | 26 | 75 | 63 |
| Binary | 11001110 | 1101101 | 110100 | 0 | 101111 | 1001011 | 10011 | 10110 | 111101 | 110011 |
Color Harmonies of #CE6D34
Complementary color
Monochromatic Colors of #CE6D34
Black with #CE6D34
Text Example
Text Example
White with #CE6D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D34; }
p { color: rgb(206,109,52); }
H1.HeaderClassName
{
color: #CE6D34;
}
.AnyTagClassName
{
color: #CE6D34;
}
</style>
background-color css
<style>
a { background-color: #CE6D34; }
a { background-color: rgb(206,109,52); }
div.DivClassName
{
background-color: #CE6D34;
}
.BgClassName
{
background-color: #CE6D34;
}
</style>
border-color css
<style>
span { border-color: #CE6D34; }
span { border-color: rgb(206,109,52); }
td.TdClassName
{
border-color: #CE6D34;
}
.TagClassName
{
border-color: #CE6D34;
}
</style>