Shades of Turkish Rose #986F7B
Tints of Turkish Rose #986F7B
RGB
CMYK
RGB Variations
Color information
#986F7B (or 0x986F7B) is known color: Turkish Rose. HEX triplet: 98, 6F and 7B. RGB value is (152,111,123). Sum of RGB (Red+Green+Blue) = 152+111+123=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #986F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F7B is #679084. Grayscale: #7C7C7C. Windows color (decimal): -6787205 or 8089496. OLE color: 8089496.
HSL color Cylindrical-coordinate representation of color #986F7B: hue angle of 342.44º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #986F7B is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 123 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.40 |
| HSL | 342.44º | 0.17% | 0.52% | - |
| HSV(B) | 342.44º | 0.27% | 0.6% | - |
| XYZ | 22.21 | 19.47 | 21.33 | - |
| YUV | 124.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 123 | 0 | 0.27 | 0.19 | 0.40 | 342.44 | 0.17 | 0.52 |
| Hex | 98 | 6F | 7B | 0 | 1B | 13 | 28 | 156 | 11 | 34 |
| Octal | 230 | 157 | 173 | 0 | 33 | 23 | 50 | 526 | 21 | 64 |
| Binary | 10011000 | 1101111 | 1111011 | 0 | 11011 | 10011 | 101000 | 101010110 | 10001 | 110100 |
Color Harmonies of #986F7B
Complementary color
Monochromatic Colors of #986F7B
Black with #986F7B
Text Example
Text Example
White with #986F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F7B; }
p { color: rgb(152,111,123); }
H1.HeaderClassName
{
color: #986F7B;
}
.AnyTagClassName
{
color: #986F7B;
}
</style>
background-color css
<style>
a { background-color: #986F7B; }
a { background-color: rgb(152,111,123); }
div.DivClassName
{
background-color: #986F7B;
}
.BgClassName
{
background-color: #986F7B;
}
</style>
border-color css
<style>
span { border-color: #986F7B; }
span { border-color: rgb(152,111,123); }
td.TdClassName
{
border-color: #986F7B;
}
.TagClassName
{
border-color: #986F7B;
}
</style>