Shades of Turkish Rose #9C6A6D
Tints of Turkish Rose #9C6A6D
RGB
CMYK
RGB Variations
Color information
#9C6A6D (or 0x9C6A6D) is known color: Turkish Rose. HEX triplet: 9C, 6A and 6D. RGB value is (156,106,109). Sum of RGB (Red+Green+Blue) = 156+106+109=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A6D is #639592. Grayscale: #797979. Windows color (decimal): -6526355 or 7170716. OLE color: 7170716.
HSL color Cylindrical-coordinate representation of color #9C6A6D: hue angle of 356.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C6A6D is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 109 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.39 |
| HSL | 356.4º | 0.2% | 0.51% | - |
| HSV(B) | 356.4º | 0.32% | 0.61% | - |
| XYZ | 21.62 | 18.48 | 16.9 | - |
| YUV | 121.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 109 | 0 | 0.32 | 0.30 | 0.39 | 356.4 | 0.2 | 0.51 |
| Hex | 9C | 6A | 6D | 0 | 20 | 1E | 27 | 164 | 14 | 33 |
| Octal | 234 | 152 | 155 | 0 | 40 | 36 | 47 | 544 | 24 | 63 |
| Binary | 10011100 | 1101010 | 1101101 | 0 | 100000 | 11110 | 100111 | 101100100 | 10100 | 110011 |
Color Harmonies of #9C6A6D
Complementary color
Monochromatic Colors of #9C6A6D
Black with #9C6A6D
Text Example
Text Example
White with #9C6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A6D; }
p { color: rgb(156,106,109); }
H1.HeaderClassName
{
color: #9C6A6D;
}
.AnyTagClassName
{
color: #9C6A6D;
}
</style>
background-color css
<style>
a { background-color: #9C6A6D; }
a { background-color: rgb(156,106,109); }
div.DivClassName
{
background-color: #9C6A6D;
}
.BgClassName
{
background-color: #9C6A6D;
}
</style>
border-color css
<style>
span { border-color: #9C6A6D; }
span { border-color: rgb(156,106,109); }
td.TdClassName
{
border-color: #9C6A6D;
}
.TagClassName
{
border-color: #9C6A6D;
}
</style>