Shades of Turkish Rose #9B8083
Tints of Turkish Rose #9B8083
RGB
CMYK
RGB Variations
Color information
#9B8083 (or 0x9B8083) is known color: Turkish Rose. HEX triplet: 9B, 80 and 83. RGB value is (155,128,131). Sum of RGB (Red+Green+Blue) = 155+128+131=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8083 is #647F7C. Grayscale: #888888. Windows color (decimal): -6586237 or 8618139. OLE color: 8618139.
HSL color Cylindrical-coordinate representation of color #9B8083: hue angle of 353.33º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8083 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 131 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.39 |
| HSL | 353.33º | 0.12% | 0.55% | - |
| HSV(B) | 353.33º | 0.17% | 0.61% | - |
| XYZ | 25.33 | 24.05 | 24.78 | - |
| YUV | 136.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 131 | 0 | 0.17 | 0.15 | 0.39 | 353.33 | 0.12 | 0.55 |
| Hex | 9B | 80 | 83 | 0 | 11 | F | 27 | 161 | C | 37 |
| Octal | 233 | 200 | 203 | 0 | 21 | 17 | 47 | 541 | 14 | 67 |
| Binary | 10011011 | 10000000 | 10000011 | 0 | 10001 | 1111 | 100111 | 101100001 | 1100 | 110111 |
Color Harmonies of #9B8083
Complementary color
Monochromatic Colors of #9B8083
Black with #9B8083
Text Example
Text Example
White with #9B8083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8083; }
p { color: rgb(155,128,131); }
H1.HeaderClassName
{
color: #9B8083;
}
.AnyTagClassName
{
color: #9B8083;
}
</style>
background-color css
<style>
a { background-color: #9B8083; }
a { background-color: rgb(155,128,131); }
div.DivClassName
{
background-color: #9B8083;
}
.BgClassName
{
background-color: #9B8083;
}
</style>
border-color css
<style>
span { border-color: #9B8083; }
span { border-color: rgb(155,128,131); }
td.TdClassName
{
border-color: #9B8083;
}
.TagClassName
{
border-color: #9B8083;
}
</style>