Shades of Tango #CE7030
Tints of Tango #CE7030
RGB
CMYK
RGB Variations
Color information
#CE7030 (or 0xCE7030) is known color: Tango. HEX triplet: CE, 70 and 30. RGB value is (206,112,48). Sum of RGB (Red+Green+Blue) = 206+112+48=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7030 is #318FCF. Grayscale: #858585. Windows color (decimal): -3248080 or 3174606. OLE color: 3174606.
HSL color Cylindrical-coordinate representation of color #CE7030: hue angle of 24.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE7030 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 48 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.19 |
| HSL | 24.3º | 0.62% | 0.5% | - |
| HSV(B) | 24.3º | 0.77% | 0.81% | - |
| XYZ | 31.78 | 24.92 | 5.93 | - |
| YUV | 132.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 48 | 0 | 0.46 | 0.77 | 0.19 | 24.3 | 0.62 | 0.5 |
| Hex | CE | 70 | 30 | 0 | 2E | 4D | 13 | 18 | 3E | 32 |
| Octal | 316 | 160 | 60 | 0 | 56 | 115 | 23 | 30 | 76 | 62 |
| Binary | 11001110 | 1110000 | 110000 | 0 | 101110 | 1001101 | 10011 | 11000 | 111110 | 110010 |
Color Harmonies of #CE7030
Complementary color
Monochromatic Colors of #CE7030
Black with #CE7030
Text Example
Text Example
White with #CE7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7030; }
p { color: rgb(206,112,48); }
H1.HeaderClassName
{
color: #CE7030;
}
.AnyTagClassName
{
color: #CE7030;
}
</style>
background-color css
<style>
a { background-color: #CE7030; }
a { background-color: rgb(206,112,48); }
div.DivClassName
{
background-color: #CE7030;
}
.BgClassName
{
background-color: #CE7030;
}
</style>
border-color css
<style>
span { border-color: #CE7030; }
span { border-color: rgb(206,112,48); }
td.TdClassName
{
border-color: #CE7030;
}
.TagClassName
{
border-color: #CE7030;
}
</style>