Shades of Turkish Rose #9C6D7A
Tints of Turkish Rose #9C6D7A
RGB
CMYK
RGB Variations
Color information
#9C6D7A (or 0x9C6D7A) is known color: Turkish Rose. HEX triplet: 9C, 6D and 7A. RGB value is (156,109,122). Sum of RGB (Red+Green+Blue) = 156+109+122=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6D7A is #639285. Grayscale: #7C7C7C. Windows color (decimal): -6525574 or 8023452. OLE color: 8023452.
HSL color Cylindrical-coordinate representation of color #9C6D7A: hue angle of 343.4º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C6D7A is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 109 | 122 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.39 |
| HSL | 343.4º | 0.19% | 0.52% | - |
| HSV(B) | 343.4º | 0.3% | 0.61% | - |
| XYZ | 22.69 | 19.41 | 20.96 | - |
| YUV | 124.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 109 | 122 | 0 | 0.30 | 0.22 | 0.39 | 343.4 | 0.19 | 0.52 |
| Hex | 9C | 6D | 7A | 0 | 1E | 16 | 27 | 157 | 13 | 34 |
| Octal | 234 | 155 | 172 | 0 | 36 | 26 | 47 | 527 | 23 | 64 |
| Binary | 10011100 | 1101101 | 1111010 | 0 | 11110 | 10110 | 100111 | 101010111 | 10011 | 110100 |
Color Harmonies of #9C6D7A
Complementary color
Monochromatic Colors of #9C6D7A
Black with #9C6D7A
Text Example
Text Example
White with #9C6D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6D7A; }
p { color: rgb(156,109,122); }
H1.HeaderClassName
{
color: #9C6D7A;
}
.AnyTagClassName
{
color: #9C6D7A;
}
</style>
background-color css
<style>
a { background-color: #9C6D7A; }
a { background-color: rgb(156,109,122); }
div.DivClassName
{
background-color: #9C6D7A;
}
.BgClassName
{
background-color: #9C6D7A;
}
</style>
border-color css
<style>
span { border-color: #9C6D7A; }
span { border-color: rgb(156,109,122); }
td.TdClassName
{
border-color: #9C6D7A;
}
.TagClassName
{
border-color: #9C6D7A;
}
</style>