Shades of Turkish Rose #9F6066
Tints of Turkish Rose #9F6066
RGB
CMYK
RGB Variations
Color information
#9F6066 (or 0x9F6066) is known color: Turkish Rose. HEX triplet: 9F, 60 and 66. RGB value is (159,96,102). Sum of RGB (Red+Green+Blue) = 159+96+102=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6066 is #609F99. Grayscale: #737373. Windows color (decimal): -6332314 or 6709407. OLE color: 6709407.
HSL color Cylindrical-coordinate representation of color #9F6066: hue angle of 354.29º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6066 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 102 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.38 |
| HSL | 354.29º | 0.25% | 0.5% | - |
| HSV(B) | 354.29º | 0.4% | 0.62% | - |
| XYZ | 20.88 | 16.7 | 14.69 | - |
| YUV | 115.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 102 | 0 | 0.40 | 0.36 | 0.38 | 354.29 | 0.25 | 0.5 |
| Hex | 9F | 60 | 66 | 0 | 28 | 24 | 26 | 162 | 19 | 32 |
| Octal | 237 | 140 | 146 | 0 | 50 | 44 | 46 | 542 | 31 | 62 |
| Binary | 10011111 | 1100000 | 1100110 | 0 | 101000 | 100100 | 100110 | 101100010 | 11001 | 110010 |
Color Harmonies of #9F6066
Complementary color
Monochromatic Colors of #9F6066
Black with #9F6066
Text Example
Text Example
White with #9F6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6066; }
p { color: rgb(159,96,102); }
H1.HeaderClassName
{
color: #9F6066;
}
.AnyTagClassName
{
color: #9F6066;
}
</style>
background-color css
<style>
a { background-color: #9F6066; }
a { background-color: rgb(159,96,102); }
div.DivClassName
{
background-color: #9F6066;
}
.BgClassName
{
background-color: #9F6066;
}
</style>
border-color css
<style>
span { border-color: #9F6066; }
span { border-color: rgb(159,96,102); }
td.TdClassName
{
border-color: #9F6066;
}
.TagClassName
{
border-color: #9F6066;
}
</style>