Shades of Tango #CE6F36
Tints of Tango #CE6F36
RGB
CMYK
RGB Variations
Color information
#CE6F36 (or 0xCE6F36) is known color: Tango. HEX triplet: CE, 6F and 36. RGB value is (206,111,54). Sum of RGB (Red+Green+Blue) = 206+111+54=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F36 is #3190C9. Grayscale: #858585. Windows color (decimal): -3248330 or 3567566. OLE color: 3567566.
HSL color Cylindrical-coordinate representation of color #CE6F36: hue angle of 22.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE6F36 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 54 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.19 |
| HSL | 22.5º | 0.61% | 0.51% | - |
| HSV(B) | 22.5º | 0.74% | 0.81% | - |
| XYZ | 31.8 | 24.76 | 6.59 | - |
| YUV | 132.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 54 | 0 | 0.46 | 0.74 | 0.19 | 22.5 | 0.61 | 0.51 |
| Hex | CE | 6F | 36 | 0 | 2E | 4A | 13 | 16 | 3D | 33 |
| Octal | 316 | 157 | 66 | 0 | 56 | 112 | 23 | 26 | 75 | 63 |
| Binary | 11001110 | 1101111 | 110110 | 0 | 101110 | 1001010 | 10011 | 10110 | 111101 | 110011 |
Color Harmonies of #CE6F36
Complementary color
Monochromatic Colors of #CE6F36
Black with #CE6F36
Text Example
Text Example
White with #CE6F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F36; }
p { color: rgb(206,111,54); }
H1.HeaderClassName
{
color: #CE6F36;
}
.AnyTagClassName
{
color: #CE6F36;
}
</style>
background-color css
<style>
a { background-color: #CE6F36; }
a { background-color: rgb(206,111,54); }
div.DivClassName
{
background-color: #CE6F36;
}
.BgClassName
{
background-color: #CE6F36;
}
</style>
border-color css
<style>
span { border-color: #CE6F36; }
span { border-color: rgb(206,111,54); }
td.TdClassName
{
border-color: #CE6F36;
}
.TagClassName
{
border-color: #CE6F36;
}
</style>