Shades of Turkish Rose #9E8083
Tints of Turkish Rose #9E8083
RGB
CMYK
RGB Variations
Color information
#9E8083 (or 0x9E8083) is known color: Turkish Rose. HEX triplet: 9E, 80 and 83. RGB value is (158,128,131). Sum of RGB (Red+Green+Blue) = 158+128+131=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8083 is #617F7C. Grayscale: #898989. Windows color (decimal): -6389629 or 8618142. OLE color: 8618142.
HSL color Cylindrical-coordinate representation of color #9E8083: hue angle of 354º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E8083 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 131 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.38 |
| HSL | 354º | 0.13% | 0.56% | - |
| HSV(B) | 354º | 0.19% | 0.62% | - |
| XYZ | 25.92 | 24.35 | 24.81 | - |
| YUV | 137.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 131 | 0 | 0.19 | 0.17 | 0.38 | 354 | 0.13 | 0.56 |
| Hex | 9E | 80 | 83 | 0 | 13 | 11 | 26 | 162 | D | 38 |
| Octal | 236 | 200 | 203 | 0 | 23 | 21 | 46 | 542 | 15 | 70 |
| Binary | 10011110 | 10000000 | 10000011 | 0 | 10011 | 10001 | 100110 | 101100010 | 1101 | 111000 |
Color Harmonies of #9E8083
Complementary color
Monochromatic Colors of #9E8083
Black with #9E8083
Text Example
Text Example
White with #9E8083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8083; }
p { color: rgb(158,128,131); }
H1.HeaderClassName
{
color: #9E8083;
}
.AnyTagClassName
{
color: #9E8083;
}
</style>
background-color css
<style>
a { background-color: #9E8083; }
a { background-color: rgb(158,128,131); }
div.DivClassName
{
background-color: #9E8083;
}
.BgClassName
{
background-color: #9E8083;
}
</style>
border-color css
<style>
span { border-color: #9E8083; }
span { border-color: rgb(158,128,131); }
td.TdClassName
{
border-color: #9E8083;
}
.TagClassName
{
border-color: #9E8083;
}
</style>