Shades of Tango #CE742D
Tints of Tango #CE742D
RGB
CMYK
RGB Variations
Color information
#CE742D (or 0xCE742D) is known color: Tango. HEX triplet: CE, 74 and 2D. RGB value is (206,116,45). Sum of RGB (Red+Green+Blue) = 206+116+45=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE742D is #318BD2. Grayscale: #878787. Windows color (decimal): -3247059 or 2979022. OLE color: 2979022.
HSL color Cylindrical-coordinate representation of color #CE742D: hue angle of 26.46º degrees, saturation: 0.64, 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 #CE742D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 45 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.19 |
| HSL | 26.46º | 0.64% | 0.49% | - |
| HSV(B) | 26.46º | 0.78% | 0.81% | - |
| XYZ | 32.17 | 25.8 | 5.77 | - |
| YUV | 134.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 45 | 0 | 0.44 | 0.78 | 0.19 | 26.46 | 0.64 | 0.49 |
| Hex | CE | 74 | 2D | 0 | 2C | 4E | 13 | 1A | 40 | 31 |
| Octal | 316 | 164 | 55 | 0 | 54 | 116 | 23 | 32 | 100 | 61 |
| Binary | 11001110 | 1110100 | 101101 | 0 | 101100 | 1001110 | 10011 | 11010 | 1000000 | 110001 |
Color Harmonies of #CE742D
Complementary color
Monochromatic Colors of #CE742D
Black with #CE742D
Text Example
Text Example
White with #CE742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE742D; }
p { color: rgb(206,116,45); }
H1.HeaderClassName
{
color: #CE742D;
}
.AnyTagClassName
{
color: #CE742D;
}
</style>
background-color css
<style>
a { background-color: #CE742D; }
a { background-color: rgb(206,116,45); }
div.DivClassName
{
background-color: #CE742D;
}
.BgClassName
{
background-color: #CE742D;
}
</style>
border-color css
<style>
span { border-color: #CE742D; }
span { border-color: rgb(206,116,45); }
td.TdClassName
{
border-color: #CE742D;
}
.TagClassName
{
border-color: #CE742D;
}
</style>