Shades of Terra Cotta #E6785C
Tints of Terra Cotta #E6785C
RGB
CMYK
RGB Variations
Color information
#E6785C (or 0xE6785C) is known color: Terra Cotta. HEX triplet: E6, 78 and 5C. RGB value is (230,120,92). Sum of RGB (Red+Green+Blue) = 230+120+92=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6785C is #1987A3. Grayscale: #959595. Windows color (decimal): -1673124 or 6060262. OLE color: 6060262.
HSL color Cylindrical-coordinate representation of color #E6785C: hue angle of 12.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6785C is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 92 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.10 |
| HSL | 12.17º | 0.73% | 0.63% | - |
| HSV(B) | 12.17º | 0.6% | 0.9% | - |
| XYZ | 41.28 | 31.03 | 13.94 | - |
| YUV | 149.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 92 | 0 | 0.48 | 0.60 | 0.10 | 12.17 | 0.73 | 0.63 |
| Hex | E6 | 78 | 5C | 0 | 30 | 3C | A | C | 49 | 3F |
| Octal | 346 | 170 | 134 | 0 | 60 | 74 | 12 | 14 | 111 | 77 |
| Binary | 11100110 | 1111000 | 1011100 | 0 | 110000 | 111100 | 1010 | 1100 | 1001001 | 111111 |
Color Harmonies of #E6785C
Complementary color
Monochromatic Colors of #E6785C
Black with #E6785C
Text Example
Text Example
White with #E6785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6785C; }
p { color: rgb(230,120,92); }
H1.HeaderClassName
{
color: #E6785C;
}
.AnyTagClassName
{
color: #E6785C;
}
</style>
background-color css
<style>
a { background-color: #E6785C; }
a { background-color: rgb(230,120,92); }
div.DivClassName
{
background-color: #E6785C;
}
.BgClassName
{
background-color: #E6785C;
}
</style>
border-color css
<style>
span { border-color: #E6785C; }
span { border-color: rgb(230,120,92); }
td.TdClassName
{
border-color: #E6785C;
}
.TagClassName
{
border-color: #E6785C;
}
</style>