Shades of Tango #CE7234
Tints of Tango #CE7234
RGB
CMYK
RGB Variations
Color information
#CE7234 (or 0xCE7234) is known color: Tango. HEX triplet: CE, 72 and 34. RGB value is (206,114,52). Sum of RGB (Red+Green+Blue) = 206+114+52=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7234 is #318DCB. Grayscale: #868686. Windows color (decimal): -3247564 or 3437262. OLE color: 3437262.
HSL color Cylindrical-coordinate representation of color #CE7234: hue angle of 24.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE7234 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 52 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.19 |
| HSL | 24.16º | 0.61% | 0.51% | - |
| HSV(B) | 24.16º | 0.75% | 0.81% | - |
| XYZ | 32.09 | 25.4 | 6.46 | - |
| YUV | 134.44 | 81.48 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 52 | 0 | 0.45 | 0.75 | 0.19 | 24.16 | 0.61 | 0.51 |
| Hex | CE | 72 | 34 | 0 | 2D | 4B | 13 | 18 | 3D | 33 |
| Octal | 316 | 162 | 64 | 0 | 55 | 113 | 23 | 30 | 75 | 63 |
| Binary | 11001110 | 1110010 | 110100 | 0 | 101101 | 1001011 | 10011 | 11000 | 111101 | 110011 |
Color Harmonies of #CE7234
Complementary color
Monochromatic Colors of #CE7234
Black with #CE7234
Text Example
Text Example
White with #CE7234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7234; }
p { color: rgb(206,114,52); }
H1.HeaderClassName
{
color: #CE7234;
}
.AnyTagClassName
{
color: #CE7234;
}
</style>
background-color css
<style>
a { background-color: #CE7234; }
a { background-color: rgb(206,114,52); }
div.DivClassName
{
background-color: #CE7234;
}
.BgClassName
{
background-color: #CE7234;
}
</style>
border-color css
<style>
span { border-color: #CE7234; }
span { border-color: rgb(206,114,52); }
td.TdClassName
{
border-color: #CE7234;
}
.TagClassName
{
border-color: #CE7234;
}
</style>