Shades of Turkish Rose #9D8284
Tints of Turkish Rose #9D8284
RGB
CMYK
RGB Variations
Color information
#9D8284 (or 0x9D8284) is known color: Turkish Rose. HEX triplet: 9D, 82 and 84. RGB value is (157,130,132). Sum of RGB (Red+Green+Blue) = 157+130+132=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8284 is #627D7B. Grayscale: #8A8A8A. Windows color (decimal): -6454652 or 8684189. OLE color: 8684189.
HSL color Cylindrical-coordinate representation of color #9D8284: hue angle of 355.56º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8284 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 132 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.38 |
| HSL | 355.56º | 0.12% | 0.56% | - |
| HSV(B) | 355.56º | 0.17% | 0.62% | - |
| XYZ | 26.05 | 24.8 | 25.24 | - |
| YUV | 138.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 132 | 0 | 0.17 | 0.16 | 0.38 | 355.56 | 0.12 | 0.56 |
| Hex | 9D | 82 | 84 | 0 | 11 | 10 | 26 | 164 | C | 38 |
| Octal | 235 | 202 | 204 | 0 | 21 | 20 | 46 | 544 | 14 | 70 |
| Binary | 10011101 | 10000010 | 10000100 | 0 | 10001 | 10000 | 100110 | 101100100 | 1100 | 111000 |
Color Harmonies of #9D8284
Complementary color
Monochromatic Colors of #9D8284
Black with #9D8284
Text Example
Text Example
White with #9D8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8284; }
p { color: rgb(157,130,132); }
H1.HeaderClassName
{
color: #9D8284;
}
.AnyTagClassName
{
color: #9D8284;
}
</style>
background-color css
<style>
a { background-color: #9D8284; }
a { background-color: rgb(157,130,132); }
div.DivClassName
{
background-color: #9D8284;
}
.BgClassName
{
background-color: #9D8284;
}
</style>
border-color css
<style>
span { border-color: #9D8284; }
span { border-color: rgb(157,130,132); }
td.TdClassName
{
border-color: #9D8284;
}
.TagClassName
{
border-color: #9D8284;
}
</style>