Shades of Turkish Rose #986F72
Tints of Turkish Rose #986F72
RGB
CMYK
RGB Variations
Color information
#986F72 (or 0x986F72) is known color: Turkish Rose. HEX triplet: 98, 6F and 72. RGB value is (152,111,114). Sum of RGB (Red+Green+Blue) = 152+111+114=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #986F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F72 is #67908D. Grayscale: #7B7B7B. Windows color (decimal): -6787214 or 7499672. OLE color: 7499672.
HSL color Cylindrical-coordinate representation of color #986F72: hue angle of 355.61º 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 #986F72 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 114 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.40 |
| HSL | 355.61º | 0.17% | 0.52% | - |
| HSV(B) | 355.61º | 0.27% | 0.6% | - |
| XYZ | 21.67 | 19.26 | 18.49 | - |
| YUV | 123.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 114 | 0 | 0.27 | 0.25 | 0.40 | 355.61 | 0.17 | 0.52 |
| Hex | 98 | 6F | 72 | 0 | 1B | 19 | 28 | 164 | 11 | 34 |
| Octal | 230 | 157 | 162 | 0 | 33 | 31 | 50 | 544 | 21 | 64 |
| Binary | 10011000 | 1101111 | 1110010 | 0 | 11011 | 11001 | 101000 | 101100100 | 10001 | 110100 |
Color Harmonies of #986F72
Complementary color
Monochromatic Colors of #986F72
Black with #986F72
Text Example
Text Example
White with #986F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F72; }
p { color: rgb(152,111,114); }
H1.HeaderClassName
{
color: #986F72;
}
.AnyTagClassName
{
color: #986F72;
}
</style>
background-color css
<style>
a { background-color: #986F72; }
a { background-color: rgb(152,111,114); }
div.DivClassName
{
background-color: #986F72;
}
.BgClassName
{
background-color: #986F72;
}
</style>
border-color css
<style>
span { border-color: #986F72; }
span { border-color: rgb(152,111,114); }
td.TdClassName
{
border-color: #986F72;
}
.TagClassName
{
border-color: #986F72;
}
</style>