Shades of Tango #CE742C
Tints of Tango #CE742C
RGB
CMYK
RGB Variations
Color information
#CE742C (or 0xCE742C) is known color: Tango. HEX triplet: CE, 74 and 2C. RGB value is (206,116,44). Sum of RGB (Red+Green+Blue) = 206+116+44=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE742C is #318BD3. Grayscale: #878787. Windows color (decimal): -3247060 or 2913486. OLE color: 2913486.
HSL color Cylindrical-coordinate representation of color #CE742C: hue angle of 26.67º 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 #CE742C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 44 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.19 |
| HSL | 26.67º | 0.65% | 0.49% | - |
| HSV(B) | 26.67º | 0.79% | 0.81% | - |
| XYZ | 32.15 | 25.79 | 5.67 | - |
| YUV | 134.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 44 | 0 | 0.44 | 0.79 | 0.19 | 26.67 | 0.65 | 0.49 |
| Hex | CE | 74 | 2C | 0 | 2C | 4F | 13 | 1B | 41 | 31 |
| Octal | 316 | 164 | 54 | 0 | 54 | 117 | 23 | 33 | 101 | 61 |
| Binary | 11001110 | 1110100 | 101100 | 0 | 101100 | 1001111 | 10011 | 11011 | 1000001 | 110001 |
Color Harmonies of #CE742C
Complementary color
Monochromatic Colors of #CE742C
Black with #CE742C
Text Example
Text Example
White with #CE742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE742C; }
p { color: rgb(206,116,44); }
H1.HeaderClassName
{
color: #CE742C;
}
.AnyTagClassName
{
color: #CE742C;
}
</style>
background-color css
<style>
a { background-color: #CE742C; }
a { background-color: rgb(206,116,44); }
div.DivClassName
{
background-color: #CE742C;
}
.BgClassName
{
background-color: #CE742C;
}
</style>
border-color css
<style>
span { border-color: #CE742C; }
span { border-color: rgb(206,116,44); }
td.TdClassName
{
border-color: #CE742C;
}
.TagClassName
{
border-color: #CE742C;
}
</style>