Shades of Tango #CE7330
Tints of Tango #CE7330
RGB
CMYK
RGB Variations
Color information
#CE7330 (or 0xCE7330) is known color: Tango. HEX triplet: CE, 73 and 30. RGB value is (206,115,48). Sum of RGB (Red+Green+Blue) = 206+115+48=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7330 is #318CCF. Grayscale: #868686. Windows color (decimal): -3247312 or 3175374. OLE color: 3175374.
HSL color Cylindrical-coordinate representation of color #CE7330: hue angle of 25.44º degrees, saturation: 0.62, 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 #CE7330 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 48 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.19 |
| HSL | 25.44º | 0.62% | 0.5% | - |
| HSV(B) | 25.44º | 0.77% | 0.81% | - |
| XYZ | 32.12 | 25.6 | 6.04 | - |
| YUV | 134.57 | 79.15 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 48 | 0 | 0.44 | 0.77 | 0.19 | 25.44 | 0.62 | 0.5 |
| Hex | CE | 73 | 30 | 0 | 2C | 4D | 13 | 19 | 3E | 32 |
| Octal | 316 | 163 | 60 | 0 | 54 | 115 | 23 | 31 | 76 | 62 |
| Binary | 11001110 | 1110011 | 110000 | 0 | 101100 | 1001101 | 10011 | 11001 | 111110 | 110010 |
Color Harmonies of #CE7330
Complementary color
Monochromatic Colors of #CE7330
Black with #CE7330
Text Example
Text Example
White with #CE7330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7330; }
p { color: rgb(206,115,48); }
H1.HeaderClassName
{
color: #CE7330;
}
.AnyTagClassName
{
color: #CE7330;
}
</style>
background-color css
<style>
a { background-color: #CE7330; }
a { background-color: rgb(206,115,48); }
div.DivClassName
{
background-color: #CE7330;
}
.BgClassName
{
background-color: #CE7330;
}
</style>
border-color css
<style>
span { border-color: #CE7330; }
span { border-color: rgb(206,115,48); }
td.TdClassName
{
border-color: #CE7330;
}
.TagClassName
{
border-color: #CE7330;
}
</style>