Shades of Turkish Rose #9F717E
Tints of Turkish Rose #9F717E
RGB
CMYK
RGB Variations
Color information
#9F717E (or 0x9F717E) is known color: Turkish Rose. HEX triplet: 9F, 71 and 7E. RGB value is (159,113,126). Sum of RGB (Red+Green+Blue) = 159+113+126=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F717E is #608E81. Grayscale: #808080. Windows color (decimal): -6327938 or 8286623. OLE color: 8286623.
HSL color Cylindrical-coordinate representation of color #9F717E: hue angle of 343.04º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F717E is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 126 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.38 |
| HSL | 343.04º | 0.19% | 0.53% | - |
| HSV(B) | 343.04º | 0.29% | 0.62% | - |
| XYZ | 23.97 | 20.69 | 22.47 | - |
| YUV | 128.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 126 | 0 | 0.29 | 0.21 | 0.38 | 343.04 | 0.19 | 0.53 |
| Hex | 9F | 71 | 7E | 0 | 1D | 15 | 26 | 157 | 13 | 35 |
| Octal | 237 | 161 | 176 | 0 | 35 | 25 | 46 | 527 | 23 | 65 |
| Binary | 10011111 | 1110001 | 1111110 | 0 | 11101 | 10101 | 100110 | 101010111 | 10011 | 110101 |
Color Harmonies of #9F717E
Complementary color
Monochromatic Colors of #9F717E
Black with #9F717E
Text Example
Text Example
White with #9F717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F717E; }
p { color: rgb(159,113,126); }
H1.HeaderClassName
{
color: #9F717E;
}
.AnyTagClassName
{
color: #9F717E;
}
</style>
background-color css
<style>
a { background-color: #9F717E; }
a { background-color: rgb(159,113,126); }
div.DivClassName
{
background-color: #9F717E;
}
.BgClassName
{
background-color: #9F717E;
}
</style>
border-color css
<style>
span { border-color: #9F717E; }
span { border-color: rgb(159,113,126); }
td.TdClassName
{
border-color: #9F717E;
}
.TagClassName
{
border-color: #9F717E;
}
</style>