Shades of Turkish Rose #9E636C
Tints of Turkish Rose #9E636C
RGB
CMYK
RGB Variations
Color information
#9E636C (or 0x9E636C) is known color: Turkish Rose. HEX triplet: 9E, 63 and 6C. RGB value is (158,99,108). Sum of RGB (Red+Green+Blue) = 158+99+108=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E636C is #619C93. Grayscale: #757575. Windows color (decimal): -6397076 or 7103390. OLE color: 7103390.
HSL color Cylindrical-coordinate representation of color #9E636C: hue angle of 350.85º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E636C is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 108 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.38 |
| HSL | 350.85º | 0.23% | 0.5% | - |
| HSV(B) | 350.85º | 0.37% | 0.62% | - |
| XYZ | 21.27 | 17.28 | 16.4 | - |
| YUV | 117.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 108 | 0 | 0.37 | 0.32 | 0.38 | 350.85 | 0.23 | 0.5 |
| Hex | 9E | 63 | 6C | 0 | 25 | 20 | 26 | 15F | 17 | 32 |
| Octal | 236 | 143 | 154 | 0 | 45 | 40 | 46 | 537 | 27 | 62 |
| Binary | 10011110 | 1100011 | 1101100 | 0 | 100101 | 100000 | 100110 | 101011111 | 10111 | 110010 |
Color Harmonies of #9E636C
Complementary color
Monochromatic Colors of #9E636C
Black with #9E636C
Text Example
Text Example
White with #9E636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E636C; }
p { color: rgb(158,99,108); }
H1.HeaderClassName
{
color: #9E636C;
}
.AnyTagClassName
{
color: #9E636C;
}
</style>
background-color css
<style>
a { background-color: #9E636C; }
a { background-color: rgb(158,99,108); }
div.DivClassName
{
background-color: #9E636C;
}
.BgClassName
{
background-color: #9E636C;
}
</style>
border-color css
<style>
span { border-color: #9E636C; }
span { border-color: rgb(158,99,108); }
td.TdClassName
{
border-color: #9E636C;
}
.TagClassName
{
border-color: #9E636C;
}
</style>