Shades of Tango #CE6F32
Tints of Tango #CE6F32
RGB
CMYK
RGB Variations
Color information
#CE6F32 (or 0xCE6F32) is known color: Tango. HEX triplet: CE, 6F and 32. RGB value is (206,111,50). Sum of RGB (Red+Green+Blue) = 206+111+50=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F32 is #3190CD. Grayscale: #848484. Windows color (decimal): -3248334 or 3305422. OLE color: 3305422.
HSL color Cylindrical-coordinate representation of color #CE6F32: hue angle of 23.46º 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 #CE6F32 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 50 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.19 |
| HSL | 23.46º | 0.61% | 0.5% | - |
| HSV(B) | 23.46º | 0.76% | 0.81% | - |
| XYZ | 31.71 | 24.72 | 6.12 | - |
| YUV | 132.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 50 | 0 | 0.46 | 0.76 | 0.19 | 23.46 | 0.61 | 0.5 |
| Hex | CE | 6F | 32 | 0 | 2E | 4C | 13 | 17 | 3D | 32 |
| Octal | 316 | 157 | 62 | 0 | 56 | 114 | 23 | 27 | 75 | 62 |
| Binary | 11001110 | 1101111 | 110010 | 0 | 101110 | 1001100 | 10011 | 10111 | 111101 | 110010 |
Color Harmonies of #CE6F32
Complementary color
Monochromatic Colors of #CE6F32
Black with #CE6F32
Text Example
Text Example
White with #CE6F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F32; }
p { color: rgb(206,111,50); }
H1.HeaderClassName
{
color: #CE6F32;
}
.AnyTagClassName
{
color: #CE6F32;
}
</style>
background-color css
<style>
a { background-color: #CE6F32; }
a { background-color: rgb(206,111,50); }
div.DivClassName
{
background-color: #CE6F32;
}
.BgClassName
{
background-color: #CE6F32;
}
</style>
border-color css
<style>
span { border-color: #CE6F32; }
span { border-color: rgb(206,111,50); }
td.TdClassName
{
border-color: #CE6F32;
}
.TagClassName
{
border-color: #CE6F32;
}
</style>