Shades of Turkish Rose #9E687A
Tints of Turkish Rose #9E687A
RGB
CMYK
RGB Variations
Color information
#9E687A (or 0x9E687A) is known color: Turkish Rose. HEX triplet: 9E, 68 and 7A. RGB value is (158,104,122). Sum of RGB (Red+Green+Blue) = 158+104+122=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E687A is #619785. Grayscale: #7A7A7A. Windows color (decimal): -6395782 or 8022174. OLE color: 8022174.
HSL color Cylindrical-coordinate representation of color #9E687A: hue angle of 340º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E687A is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 104 | 122 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.38 |
| HSL | 340º | 0.22% | 0.51% | - |
| HSV(B) | 340º | 0.34% | 0.62% | - |
| XYZ | 22.56 | 18.57 | 20.81 | - |
| YUV | 122.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 122 | 0 | 0.34 | 0.23 | 0.38 | 340 | 0.22 | 0.51 |
| Hex | 9E | 68 | 7A | 0 | 22 | 17 | 26 | 154 | 16 | 33 |
| Octal | 236 | 150 | 172 | 0 | 42 | 27 | 46 | 524 | 26 | 63 |
| Binary | 10011110 | 1101000 | 1111010 | 0 | 100010 | 10111 | 100110 | 101010100 | 10110 | 110011 |
Color Harmonies of #9E687A
Complementary color
Monochromatic Colors of #9E687A
Black with #9E687A
Text Example
Text Example
White with #9E687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E687A; }
p { color: rgb(158,104,122); }
H1.HeaderClassName
{
color: #9E687A;
}
.AnyTagClassName
{
color: #9E687A;
}
</style>
background-color css
<style>
a { background-color: #9E687A; }
a { background-color: rgb(158,104,122); }
div.DivClassName
{
background-color: #9E687A;
}
.BgClassName
{
background-color: #9E687A;
}
</style>
border-color css
<style>
span { border-color: #9E687A; }
span { border-color: rgb(158,104,122); }
td.TdClassName
{
border-color: #9E687A;
}
.TagClassName
{
border-color: #9E687A;
}
</style>