Shades of Turkish Rose #9F8285
Tints of Turkish Rose #9F8285
RGB
CMYK
RGB Variations
Color information
#9F8285 (or 0x9F8285) is known color: Turkish Rose. HEX triplet: 9F, 82 and 85. RGB value is (159,130,133). Sum of RGB (Red+Green+Blue) = 159+130+133=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8285 is #607D7A. Grayscale: #8B8B8B. Windows color (decimal): -6323579 or 8749727. OLE color: 8749727.
HSL color Cylindrical-coordinate representation of color #9F8285: hue angle of 353.79º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8285 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 133 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.38 |
| HSL | 353.79º | 0.13% | 0.57% | - |
| HSV(B) | 353.79º | 0.18% | 0.62% | - |
| XYZ | 26.51 | 25.03 | 25.62 | - |
| YUV | 139.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 133 | 0 | 0.18 | 0.16 | 0.38 | 353.79 | 0.13 | 0.57 |
| Hex | 9F | 82 | 85 | 0 | 12 | 10 | 26 | 162 | D | 39 |
| Octal | 237 | 202 | 205 | 0 | 22 | 20 | 46 | 542 | 15 | 71 |
| Binary | 10011111 | 10000010 | 10000101 | 0 | 10010 | 10000 | 100110 | 101100010 | 1101 | 111001 |
Color Harmonies of #9F8285
Complementary color
Monochromatic Colors of #9F8285
Black with #9F8285
Text Example
Text Example
White with #9F8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8285; }
p { color: rgb(159,130,133); }
H1.HeaderClassName
{
color: #9F8285;
}
.AnyTagClassName
{
color: #9F8285;
}
</style>
background-color css
<style>
a { background-color: #9F8285; }
a { background-color: rgb(159,130,133); }
div.DivClassName
{
background-color: #9F8285;
}
.BgClassName
{
background-color: #9F8285;
}
</style>
border-color css
<style>
span { border-color: #9F8285; }
span { border-color: rgb(159,130,133); }
td.TdClassName
{
border-color: #9F8285;
}
.TagClassName
{
border-color: #9F8285;
}
</style>