Shades of Tango #CE7432
Tints of Tango #CE7432
RGB
CMYK
RGB Variations
Color information
#CE7432 (or 0xCE7432) is known color: Tango. HEX triplet: CE, 74 and 32. RGB value is (206,116,50). Sum of RGB (Red+Green+Blue) = 206+116+50=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7432 is #318BCD. Grayscale: #878787. Windows color (decimal): -3247054 or 3306702. OLE color: 3306702.
HSL color Cylindrical-coordinate representation of color #CE7432: hue angle of 25.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE7432 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 50 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.19 |
| HSL | 25.38º | 0.61% | 0.5% | - |
| HSV(B) | 25.38º | 0.76% | 0.81% | - |
| XYZ | 32.27 | 25.84 | 6.3 | - |
| YUV | 135.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 50 | 0 | 0.44 | 0.76 | 0.19 | 25.38 | 0.61 | 0.5 |
| Hex | CE | 74 | 32 | 0 | 2C | 4C | 13 | 19 | 3D | 32 |
| Octal | 316 | 164 | 62 | 0 | 54 | 114 | 23 | 31 | 75 | 62 |
| Binary | 11001110 | 1110100 | 110010 | 0 | 101100 | 1001100 | 10011 | 11001 | 111101 | 110010 |
Color Harmonies of #CE7432
Complementary color
Monochromatic Colors of #CE7432
Black with #CE7432
Text Example
Text Example
White with #CE7432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7432; }
p { color: rgb(206,116,50); }
H1.HeaderClassName
{
color: #CE7432;
}
.AnyTagClassName
{
color: #CE7432;
}
</style>
background-color css
<style>
a { background-color: #CE7432; }
a { background-color: rgb(206,116,50); }
div.DivClassName
{
background-color: #CE7432;
}
.BgClassName
{
background-color: #CE7432;
}
</style>
border-color css
<style>
span { border-color: #CE7432; }
span { border-color: rgb(206,116,50); }
td.TdClassName
{
border-color: #CE7432;
}
.TagClassName
{
border-color: #CE7432;
}
</style>