Shades of Turkish Rose #9E8889
Tints of Turkish Rose #9E8889
RGB
CMYK
RGB Variations
Color information
#9E8889 (or 0x9E8889) is known color: Turkish Rose. HEX triplet: 9E, 88 and 89. RGB value is (158,136,137). Sum of RGB (Red+Green+Blue) = 158+136+137=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8889 is #617776. Grayscale: #8E8E8E. Windows color (decimal): -6387575 or 9013406. OLE color: 9013406.
HSL color Cylindrical-coordinate representation of color #9E8889: hue angle of 357.27º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E8889 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 137 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.38 |
| HSL | 357.27º | 0.1% | 0.58% | - |
| HSV(B) | 357.27º | 0.14% | 0.62% | - |
| XYZ | 27.42 | 26.68 | 27.37 | - |
| YUV | 142.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 137 | 0 | 0.14 | 0.13 | 0.38 | 357.27 | 0.1 | 0.58 |
| Hex | 9E | 88 | 89 | 0 | E | D | 26 | 165 | A | 3A |
| Octal | 236 | 210 | 211 | 0 | 16 | 15 | 46 | 545 | 12 | 72 |
| Binary | 10011110 | 10001000 | 10001001 | 0 | 1110 | 1101 | 100110 | 101100101 | 1010 | 111010 |
Color Harmonies of #9E8889
Complementary color
Monochromatic Colors of #9E8889
Black with #9E8889
Text Example
Text Example
White with #9E8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8889; }
p { color: rgb(158,136,137); }
H1.HeaderClassName
{
color: #9E8889;
}
.AnyTagClassName
{
color: #9E8889;
}
</style>
background-color css
<style>
a { background-color: #9E8889; }
a { background-color: rgb(158,136,137); }
div.DivClassName
{
background-color: #9E8889;
}
.BgClassName
{
background-color: #9E8889;
}
</style>
border-color css
<style>
span { border-color: #9E8889; }
span { border-color: rgb(158,136,137); }
td.TdClassName
{
border-color: #9E8889;
}
.TagClassName
{
border-color: #9E8889;
}
</style>