Shades of Turkish Rose #986C73
Tints of Turkish Rose #986C73
RGB
CMYK
RGB Variations
Color information
#986C73 (or 0x986C73) is known color: Turkish Rose. HEX triplet: 98, 6C and 73. RGB value is (152,108,115). Sum of RGB (Red+Green+Blue) = 152+108+115=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #986C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C73 is #67938C. Grayscale: #797979. Windows color (decimal): -6787981 or 7564440. OLE color: 7564440.
HSL color Cylindrical-coordinate representation of color #986C73: hue angle of 350.45º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986C73 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 115 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.40 |
| HSL | 350.45º | 0.18% | 0.51% | - |
| HSV(B) | 350.45º | 0.29% | 0.6% | - |
| XYZ | 21.41 | 18.64 | 18.69 | - |
| YUV | 121.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 115 | 0 | 0.29 | 0.24 | 0.40 | 350.45 | 0.18 | 0.51 |
| Hex | 98 | 6C | 73 | 0 | 1D | 18 | 28 | 15E | 12 | 33 |
| Octal | 230 | 154 | 163 | 0 | 35 | 30 | 50 | 536 | 22 | 63 |
| Binary | 10011000 | 1101100 | 1110011 | 0 | 11101 | 11000 | 101000 | 101011110 | 10010 | 110011 |
Color Harmonies of #986C73
Complementary color
Monochromatic Colors of #986C73
Black with #986C73
Text Example
Text Example
White with #986C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C73; }
p { color: rgb(152,108,115); }
H1.HeaderClassName
{
color: #986C73;
}
.AnyTagClassName
{
color: #986C73;
}
</style>
background-color css
<style>
a { background-color: #986C73; }
a { background-color: rgb(152,108,115); }
div.DivClassName
{
background-color: #986C73;
}
.BgClassName
{
background-color: #986C73;
}
</style>
border-color css
<style>
span { border-color: #986C73; }
span { border-color: rgb(152,108,115); }
td.TdClassName
{
border-color: #986C73;
}
.TagClassName
{
border-color: #986C73;
}
</style>