Shades of Turkish Rose #966C75
Tints of Turkish Rose #966C75
RGB
CMYK
RGB Variations
Color information
#966C75 (or 0x966C75) is known color: Turkish Rose. HEX triplet: 96, 6C and 75. RGB value is (150,108,117). Sum of RGB (Red+Green+Blue) = 150+108+117=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #966C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C75 is #69938A. Grayscale: #797979. Windows color (decimal): -6919051 or 7695510. OLE color: 7695510.
HSL color Cylindrical-coordinate representation of color #966C75: hue angle of 347.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #966C75 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 117 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.41 |
| HSL | 347.14º | 0.17% | 0.51% | - |
| HSV(B) | 347.14º | 0.28% | 0.59% | - |
| XYZ | 21.15 | 18.49 | 19.28 | - |
| YUV | 121.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 117 | 0 | 0.28 | 0.22 | 0.41 | 347.14 | 0.17 | 0.51 |
| Hex | 96 | 6C | 75 | 0 | 1C | 16 | 29 | 15B | 11 | 33 |
| Octal | 226 | 154 | 165 | 0 | 34 | 26 | 51 | 533 | 21 | 63 |
| Binary | 10010110 | 1101100 | 1110101 | 0 | 11100 | 10110 | 101001 | 101011011 | 10001 | 110011 |
Color Harmonies of #966C75
Complementary color
Monochromatic Colors of #966C75
Black with #966C75
Text Example
Text Example
White with #966C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C75; }
p { color: rgb(150,108,117); }
H1.HeaderClassName
{
color: #966C75;
}
.AnyTagClassName
{
color: #966C75;
}
</style>
background-color css
<style>
a { background-color: #966C75; }
a { background-color: rgb(150,108,117); }
div.DivClassName
{
background-color: #966C75;
}
.BgClassName
{
background-color: #966C75;
}
</style>
border-color css
<style>
span { border-color: #966C75; }
span { border-color: rgb(150,108,117); }
td.TdClassName
{
border-color: #966C75;
}
.TagClassName
{
border-color: #966C75;
}
</style>