Shades of Tango #CE6C31
Tints of Tango #CE6C31
RGB
CMYK
RGB Variations
Color information
#CE6C31 (or 0xCE6C31) is known color: Tango. HEX triplet: CE, 6C and 31. RGB value is (206,108,49). Sum of RGB (Red+Green+Blue) = 206+108+49=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C31 is #3193CE. Grayscale: #828282. Windows color (decimal): -3249103 or 3239118. OLE color: 3239118.
HSL color Cylindrical-coordinate representation of color #CE6C31: hue angle of 22.55º 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 #CE6C31 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 49 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.19 |
| HSL | 22.55º | 0.62% | 0.5% | - |
| HSV(B) | 22.55º | 0.76% | 0.81% | - |
| XYZ | 31.37 | 24.07 | 5.9 | - |
| YUV | 130.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 49 | 0 | 0.48 | 0.76 | 0.19 | 22.55 | 0.62 | 0.5 |
| Hex | CE | 6C | 31 | 0 | 30 | 4C | 13 | 17 | 3E | 32 |
| Octal | 316 | 154 | 61 | 0 | 60 | 114 | 23 | 27 | 76 | 62 |
| Binary | 11001110 | 1101100 | 110001 | 0 | 110000 | 1001100 | 10011 | 10111 | 111110 | 110010 |
Color Harmonies of #CE6C31
Complementary color
Monochromatic Colors of #CE6C31
Black with #CE6C31
Text Example
Text Example
White with #CE6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C31; }
p { color: rgb(206,108,49); }
H1.HeaderClassName
{
color: #CE6C31;
}
.AnyTagClassName
{
color: #CE6C31;
}
</style>
background-color css
<style>
a { background-color: #CE6C31; }
a { background-color: rgb(206,108,49); }
div.DivClassName
{
background-color: #CE6C31;
}
.BgClassName
{
background-color: #CE6C31;
}
</style>
border-color css
<style>
span { border-color: #CE6C31; }
span { border-color: rgb(206,108,49); }
td.TdClassName
{
border-color: #CE6C31;
}
.TagClassName
{
border-color: #CE6C31;
}
</style>