Shades of Tango #CE742F
Tints of Tango #CE742F
RGB
CMYK
RGB Variations
Color information
#CE742F (or 0xCE742F) is known color: Tango. HEX triplet: CE, 74 and 2F. RGB value is (206,116,47). Sum of RGB (Red+Green+Blue) = 206+116+47=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE742F is #318BD0. Grayscale: #878787. Windows color (decimal): -3247057 or 3110094. OLE color: 3110094.
HSL color Cylindrical-coordinate representation of color #CE742F: hue angle of 26.04º degrees, saturation: 0.63, 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 #CE742F is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 47 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.19 |
| HSL | 26.04º | 0.63% | 0.5% | - |
| HSV(B) | 26.04º | 0.77% | 0.81% | - |
| XYZ | 32.21 | 25.82 | 5.97 | - |
| YUV | 135.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 47 | 0 | 0.44 | 0.77 | 0.19 | 26.04 | 0.63 | 0.5 |
| Hex | CE | 74 | 2F | 0 | 2C | 4D | 13 | 1A | 3F | 32 |
| Octal | 316 | 164 | 57 | 0 | 54 | 115 | 23 | 32 | 77 | 62 |
| Binary | 11001110 | 1110100 | 101111 | 0 | 101100 | 1001101 | 10011 | 11010 | 111111 | 110010 |
Color Harmonies of #CE742F
Complementary color
Monochromatic Colors of #CE742F
Black with #CE742F
Text Example
Text Example
White with #CE742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE742F; }
p { color: rgb(206,116,47); }
H1.HeaderClassName
{
color: #CE742F;
}
.AnyTagClassName
{
color: #CE742F;
}
</style>
background-color css
<style>
a { background-color: #CE742F; }
a { background-color: rgb(206,116,47); }
div.DivClassName
{
background-color: #CE742F;
}
.BgClassName
{
background-color: #CE742F;
}
</style>
border-color css
<style>
span { border-color: #CE742F; }
span { border-color: rgb(206,116,47); }
td.TdClassName
{
border-color: #CE742F;
}
.TagClassName
{
border-color: #CE742F;
}
</style>