Shades of Turkish Rose #9F717C
Tints of Turkish Rose #9F717C
RGB
CMYK
RGB Variations
Color information
#9F717C (or 0x9F717C) is known color: Turkish Rose. HEX triplet: 9F, 71 and 7C. RGB value is (159,113,124). Sum of RGB (Red+Green+Blue) = 159+113+124=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F717C is #608E83. Grayscale: #808080. Windows color (decimal): -6327940 or 8155551. OLE color: 8155551.
HSL color Cylindrical-coordinate representation of color #9F717C: hue angle of 345.65º 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 #9F717C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 124 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.38 |
| HSL | 345.65º | 0.19% | 0.53% | - |
| HSV(B) | 345.65º | 0.29% | 0.62% | - |
| XYZ | 23.84 | 20.64 | 21.8 | - |
| YUV | 128.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 124 | 0 | 0.29 | 0.22 | 0.38 | 345.65 | 0.19 | 0.53 |
| Hex | 9F | 71 | 7C | 0 | 1D | 16 | 26 | 15A | 13 | 35 |
| Octal | 237 | 161 | 174 | 0 | 35 | 26 | 46 | 532 | 23 | 65 |
| Binary | 10011111 | 1110001 | 1111100 | 0 | 11101 | 10110 | 100110 | 101011010 | 10011 | 110101 |
Color Harmonies of #9F717C
Complementary color
Monochromatic Colors of #9F717C
Black with #9F717C
Text Example
Text Example
White with #9F717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F717C; }
p { color: rgb(159,113,124); }
H1.HeaderClassName
{
color: #9F717C;
}
.AnyTagClassName
{
color: #9F717C;
}
</style>
background-color css
<style>
a { background-color: #9F717C; }
a { background-color: rgb(159,113,124); }
div.DivClassName
{
background-color: #9F717C;
}
.BgClassName
{
background-color: #9F717C;
}
</style>
border-color css
<style>
span { border-color: #9F717C; }
span { border-color: rgb(159,113,124); }
td.TdClassName
{
border-color: #9F717C;
}
.TagClassName
{
border-color: #9F717C;
}
</style>