Shades of Turkish Rose #9E6979
Tints of Turkish Rose #9E6979
RGB
CMYK
RGB Variations
Color information
#9E6979 (or 0x9E6979) is known color: Turkish Rose. HEX triplet: 9E, 69 and 79. RGB value is (158,105,121). Sum of RGB (Red+Green+Blue) = 158+105+121=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6979 is #619686. Grayscale: #7A7A7A. Windows color (decimal): -6395527 or 7956894. OLE color: 7956894.
HSL color Cylindrical-coordinate representation of color #9E6979: hue angle of 341.89º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E6979 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 121 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.38 |
| HSL | 341.89º | 0.21% | 0.52% | - |
| HSV(B) | 341.89º | 0.34% | 0.62% | - |
| XYZ | 22.6 | 18.75 | 20.52 | - |
| YUV | 122.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 121 | 0 | 0.34 | 0.23 | 0.38 | 341.89 | 0.21 | 0.52 |
| Hex | 9E | 69 | 79 | 0 | 22 | 17 | 26 | 156 | 15 | 34 |
| Octal | 236 | 151 | 171 | 0 | 42 | 27 | 46 | 526 | 25 | 64 |
| Binary | 10011110 | 1101001 | 1111001 | 0 | 100010 | 10111 | 100110 | 101010110 | 10101 | 110100 |
Color Harmonies of #9E6979
Complementary color
Monochromatic Colors of #9E6979
Black with #9E6979
Text Example
Text Example
White with #9E6979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6979; }
p { color: rgb(158,105,121); }
H1.HeaderClassName
{
color: #9E6979;
}
.AnyTagClassName
{
color: #9E6979;
}
</style>
background-color css
<style>
a { background-color: #9E6979; }
a { background-color: rgb(158,105,121); }
div.DivClassName
{
background-color: #9E6979;
}
.BgClassName
{
background-color: #9E6979;
}
</style>
border-color css
<style>
span { border-color: #9E6979; }
span { border-color: rgb(158,105,121); }
td.TdClassName
{
border-color: #9E6979;
}
.TagClassName
{
border-color: #9E6979;
}
</style>