Shades of Tango #CE702E
Tints of Tango #CE702E
RGB
CMYK
RGB Variations
Color information
#CE702E (or 0xCE702E) is known color: Tango. HEX triplet: CE, 70 and 2E. RGB value is (206,112,46). Sum of RGB (Red+Green+Blue) = 206+112+46=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE702E is #318FD1. Grayscale: #848484. Windows color (decimal): -3248082 or 3043534. OLE color: 3043534.
HSL color Cylindrical-coordinate representation of color #CE702E: hue angle of 24.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE702E is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 46 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.19 |
| HSL | 24.75º | 0.63% | 0.49% | - |
| HSV(B) | 24.75º | 0.78% | 0.81% | - |
| XYZ | 31.74 | 24.91 | 5.72 | - |
| YUV | 132.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 46 | 0 | 0.46 | 0.78 | 0.19 | 24.75 | 0.63 | 0.49 |
| Hex | CE | 70 | 2E | 0 | 2E | 4E | 13 | 19 | 3F | 31 |
| Octal | 316 | 160 | 56 | 0 | 56 | 116 | 23 | 31 | 77 | 61 |
| Binary | 11001110 | 1110000 | 101110 | 0 | 101110 | 1001110 | 10011 | 11001 | 111111 | 110001 |
Color Harmonies of #CE702E
Complementary color
Monochromatic Colors of #CE702E
Black with #CE702E
Text Example
Text Example
White with #CE702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE702E; }
p { color: rgb(206,112,46); }
H1.HeaderClassName
{
color: #CE702E;
}
.AnyTagClassName
{
color: #CE702E;
}
</style>
background-color css
<style>
a { background-color: #CE702E; }
a { background-color: rgb(206,112,46); }
div.DivClassName
{
background-color: #CE702E;
}
.BgClassName
{
background-color: #CE702E;
}
</style>
border-color css
<style>
span { border-color: #CE702E; }
span { border-color: rgb(206,112,46); }
td.TdClassName
{
border-color: #CE702E;
}
.TagClassName
{
border-color: #CE702E;
}
</style>