Shades of Turkish Rose #986E7A
Tints of Turkish Rose #986E7A
RGB
CMYK
RGB Variations
Color information
#986E7A (or 0x986E7A) is known color: Turkish Rose. HEX triplet: 98, 6E and 7A. RGB value is (152,110,122). Sum of RGB (Red+Green+Blue) = 152+110+122=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #986E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E7A is #679185. Grayscale: #7B7B7B. Windows color (decimal): -6787462 or 8023704. OLE color: 8023704.
HSL color Cylindrical-coordinate representation of color #986E7A: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986E7A is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 122 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.40 |
| HSL | 342.86º | 0.17% | 0.51% | - |
| HSV(B) | 342.86º | 0.28% | 0.6% | - |
| XYZ | 22.04 | 19.23 | 20.96 | - |
| YUV | 123.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 122 | 0 | 0.28 | 0.20 | 0.40 | 342.86 | 0.17 | 0.51 |
| Hex | 98 | 6E | 7A | 0 | 1C | 14 | 28 | 157 | 11 | 33 |
| Octal | 230 | 156 | 172 | 0 | 34 | 24 | 50 | 527 | 21 | 63 |
| Binary | 10011000 | 1101110 | 1111010 | 0 | 11100 | 10100 | 101000 | 101010111 | 10001 | 110011 |
Color Harmonies of #986E7A
Complementary color
Monochromatic Colors of #986E7A
Black with #986E7A
Text Example
Text Example
White with #986E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E7A; }
p { color: rgb(152,110,122); }
H1.HeaderClassName
{
color: #986E7A;
}
.AnyTagClassName
{
color: #986E7A;
}
</style>
background-color css
<style>
a { background-color: #986E7A; }
a { background-color: rgb(152,110,122); }
div.DivClassName
{
background-color: #986E7A;
}
.BgClassName
{
background-color: #986E7A;
}
</style>
border-color css
<style>
span { border-color: #986E7A; }
span { border-color: rgb(152,110,122); }
td.TdClassName
{
border-color: #986E7A;
}
.TagClassName
{
border-color: #986E7A;
}
</style>