Shades of Coral Tree #9E7470
Tints of Coral Tree #9E7470
RGB
CMYK
RGB Variations
Color information
#9E7470 (or 0x9E7470) is known color: Coral Tree. HEX triplet: 9E, 74 and 70. RGB value is (158,116,112). Sum of RGB (Red+Green+Blue) = 158+116+112=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7470 is #618B8F. Grayscale: #808080. Windows color (decimal): -6392720 or 7369886. OLE color: 7369886.
HSL color Cylindrical-coordinate representation of color #9E7470: hue angle of 5.22º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7470 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 112 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.38 |
| HSL | 5.22º | 0.19% | 0.53% | - |
| HSV(B) | 5.22º | 0.29% | 0.62% | - |
| XYZ | 23.27 | 20.93 | 18.14 | - |
| YUV | 128.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 112 | 0 | 0.27 | 0.29 | 0.38 | 5.22 | 0.19 | 0.53 |
| Hex | 9E | 74 | 70 | 0 | 1B | 1D | 26 | 5 | 13 | 35 |
| Octal | 236 | 164 | 160 | 0 | 33 | 35 | 46 | 5 | 23 | 65 |
| Binary | 10011110 | 1110100 | 1110000 | 0 | 11011 | 11101 | 100110 | 101 | 10011 | 110101 |
Color Harmonies of #9E7470
Complementary color
Monochromatic Colors of #9E7470
Black with #9E7470
Text Example
Text Example
White with #9E7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7470; }
p { color: rgb(158,116,112); }
H1.HeaderClassName
{
color: #9E7470;
}
.AnyTagClassName
{
color: #9E7470;
}
</style>
background-color css
<style>
a { background-color: #9E7470; }
a { background-color: rgb(158,116,112); }
div.DivClassName
{
background-color: #9E7470;
}
.BgClassName
{
background-color: #9E7470;
}
</style>
border-color css
<style>
span { border-color: #9E7470; }
span { border-color: rgb(158,116,112); }
td.TdClassName
{
border-color: #9E7470;
}
.TagClassName
{
border-color: #9E7470;
}
</style>