Shades of Turkish Rose #966A70
Tints of Turkish Rose #966A70
RGB
CMYK
RGB Variations
Color information
#966A70 (or 0x966A70) is known color: Turkish Rose. HEX triplet: 96, 6A and 70. RGB value is (150,106,112). Sum of RGB (Red+Green+Blue) = 150+106+112=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #966A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A70 is #69958F. Grayscale: #777777. Windows color (decimal): -6919568 or 7367318. OLE color: 7367318.
HSL color Cylindrical-coordinate representation of color #966A70: hue angle of 351.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966A70 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 112 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.41 |
| HSL | 351.82º | 0.17% | 0.5% | - |
| HSV(B) | 351.82º | 0.29% | 0.59% | - |
| XYZ | 20.66 | 17.96 | 17.71 | - |
| YUV | 119.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 112 | 0 | 0.29 | 0.25 | 0.41 | 351.82 | 0.17 | 0.5 |
| Hex | 96 | 6A | 70 | 0 | 1D | 19 | 29 | 160 | 11 | 32 |
| Octal | 226 | 152 | 160 | 0 | 35 | 31 | 51 | 540 | 21 | 62 |
| Binary | 10010110 | 1101010 | 1110000 | 0 | 11101 | 11001 | 101001 | 101100000 | 10001 | 110010 |
Color Harmonies of #966A70
Complementary color
Monochromatic Colors of #966A70
Black with #966A70
Text Example
Text Example
White with #966A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A70; }
p { color: rgb(150,106,112); }
H1.HeaderClassName
{
color: #966A70;
}
.AnyTagClassName
{
color: #966A70;
}
</style>
background-color css
<style>
a { background-color: #966A70; }
a { background-color: rgb(150,106,112); }
div.DivClassName
{
background-color: #966A70;
}
.BgClassName
{
background-color: #966A70;
}
</style>
border-color css
<style>
span { border-color: #966A70; }
span { border-color: rgb(150,106,112); }
td.TdClassName
{
border-color: #966A70;
}
.TagClassName
{
border-color: #966A70;
}
</style>