Shades of Tango #CE6C30
Tints of Tango #CE6C30
RGB
CMYK
RGB Variations
Color information
#CE6C30 (or 0xCE6C30) is known color: Tango. HEX triplet: CE, 6C and 30. RGB value is (206,108,48). Sum of RGB (Red+Green+Blue) = 206+108+48=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C30 is #3193CF. Grayscale: #828282. Windows color (decimal): -3249104 or 3173582. OLE color: 3173582.
HSL color Cylindrical-coordinate representation of color #CE6C30: hue angle of 22.78º 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 #CE6C30 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 48 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.19 |
| HSL | 22.78º | 0.62% | 0.5% | - |
| HSV(B) | 22.78º | 0.77% | 0.81% | - |
| XYZ | 31.35 | 24.06 | 5.79 | - |
| YUV | 130.46 | 81.47 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 48 | 0 | 0.48 | 0.77 | 0.19 | 22.78 | 0.62 | 0.5 |
| Hex | CE | 6C | 30 | 0 | 30 | 4D | 13 | 17 | 3E | 32 |
| Octal | 316 | 154 | 60 | 0 | 60 | 115 | 23 | 27 | 76 | 62 |
| Binary | 11001110 | 1101100 | 110000 | 0 | 110000 | 1001101 | 10011 | 10111 | 111110 | 110010 |
Color Harmonies of #CE6C30
Complementary color
Monochromatic Colors of #CE6C30
Black with #CE6C30
Text Example
Text Example
White with #CE6C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C30; }
p { color: rgb(206,108,48); }
H1.HeaderClassName
{
color: #CE6C30;
}
.AnyTagClassName
{
color: #CE6C30;
}
</style>
background-color css
<style>
a { background-color: #CE6C30; }
a { background-color: rgb(206,108,48); }
div.DivClassName
{
background-color: #CE6C30;
}
.BgClassName
{
background-color: #CE6C30;
}
</style>
border-color css
<style>
span { border-color: #CE6C30; }
span { border-color: rgb(206,108,48); }
td.TdClassName
{
border-color: #CE6C30;
}
.TagClassName
{
border-color: #CE6C30;
}
</style>