Shades of Tango #CE702B
Tints of Tango #CE702B
RGB
CMYK
RGB Variations
Color information
#CE702B (or 0xCE702B) is known color: Tango. HEX triplet: CE, 70 and 2B. RGB value is (206,112,43). Sum of RGB (Red+Green+Blue) = 206+112+43=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE702B is #318FD4. Grayscale: #848484. Windows color (decimal): -3248085 or 2846926. OLE color: 2846926.
HSL color Cylindrical-coordinate representation of color #CE702B: hue angle of 25.4º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE702B is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 43 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.19 |
| HSL | 25.4º | 0.65% | 0.49% | - |
| HSV(B) | 25.4º | 0.79% | 0.81% | - |
| XYZ | 31.68 | 24.88 | 5.42 | - |
| YUV | 132.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 43 | 0 | 0.46 | 0.79 | 0.19 | 25.4 | 0.65 | 0.49 |
| Hex | CE | 70 | 2B | 0 | 2E | 4F | 13 | 19 | 41 | 31 |
| Octal | 316 | 160 | 53 | 0 | 56 | 117 | 23 | 31 | 101 | 61 |
| Binary | 11001110 | 1110000 | 101011 | 0 | 101110 | 1001111 | 10011 | 11001 | 1000001 | 110001 |
Color Harmonies of #CE702B
Complementary color
Monochromatic Colors of #CE702B
Black with #CE702B
Text Example
Text Example
White with #CE702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE702B; }
p { color: rgb(206,112,43); }
H1.HeaderClassName
{
color: #CE702B;
}
.AnyTagClassName
{
color: #CE702B;
}
</style>
background-color css
<style>
a { background-color: #CE702B; }
a { background-color: rgb(206,112,43); }
div.DivClassName
{
background-color: #CE702B;
}
.BgClassName
{
background-color: #CE702B;
}
</style>
border-color css
<style>
span { border-color: #CE702B; }
span { border-color: rgb(206,112,43); }
td.TdClassName
{
border-color: #CE702B;
}
.TagClassName
{
border-color: #CE702B;
}
</style>