Shades of Turkish Rose #9E6F7C
Tints of Turkish Rose #9E6F7C
RGB
CMYK
RGB Variations
Color information
#9E6F7C (or 0x9E6F7C) is known color: Turkish Rose. HEX triplet: 9E, 6F and 7C. RGB value is (158,111,124). Sum of RGB (Red+Green+Blue) = 158+111+124=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6F7C is #619083. Grayscale: #7E7E7E. Windows color (decimal): -6393988 or 8155038. OLE color: 8155038.
HSL color Cylindrical-coordinate representation of color #9E6F7C: hue angle of 343.4º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E6F7C is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 111 | 124 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.38 |
| HSL | 343.4º | 0.2% | 0.53% | - |
| HSV(B) | 343.4º | 0.3% | 0.62% | - |
| XYZ | 23.42 | 20.09 | 21.71 | - |
| YUV | 126.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 124 | 0 | 0.30 | 0.22 | 0.38 | 343.4 | 0.2 | 0.53 |
| Hex | 9E | 6F | 7C | 0 | 1E | 16 | 26 | 157 | 14 | 35 |
| Octal | 236 | 157 | 174 | 0 | 36 | 26 | 46 | 527 | 24 | 65 |
| Binary | 10011110 | 1101111 | 1111100 | 0 | 11110 | 10110 | 100110 | 101010111 | 10100 | 110101 |
Color Harmonies of #9E6F7C
Complementary color
Monochromatic Colors of #9E6F7C
Black with #9E6F7C
Text Example
Text Example
White with #9E6F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6F7C; }
p { color: rgb(158,111,124); }
H1.HeaderClassName
{
color: #9E6F7C;
}
.AnyTagClassName
{
color: #9E6F7C;
}
</style>
background-color css
<style>
a { background-color: #9E6F7C; }
a { background-color: rgb(158,111,124); }
div.DivClassName
{
background-color: #9E6F7C;
}
.BgClassName
{
background-color: #9E6F7C;
}
</style>
border-color css
<style>
span { border-color: #9E6F7C; }
span { border-color: rgb(158,111,124); }
td.TdClassName
{
border-color: #9E6F7C;
}
.TagClassName
{
border-color: #9E6F7C;
}
</style>