Shades of Turkish Rose #956C70
Tints of Turkish Rose #956C70
RGB
CMYK
RGB Variations
Color information
#956C70 (or 0x956C70) is known color: Turkish Rose. HEX triplet: 95, 6C and 70. RGB value is (149,108,112). Sum of RGB (Red+Green+Blue) = 149+108+112=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C70 is #6A938F. Grayscale: #787878. Windows color (decimal): -6984592 or 7367829. OLE color: 7367829.
HSL color Cylindrical-coordinate representation of color #956C70: hue angle of 354.15º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956C70 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 112 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.42 |
| HSL | 354.15º | 0.16% | 0.5% | - |
| HSV(B) | 354.15º | 0.28% | 0.58% | - |
| XYZ | 20.68 | 18.28 | 17.77 | - |
| YUV | 120.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 112 | 0 | 0.28 | 0.25 | 0.42 | 354.15 | 0.16 | 0.5 |
| Hex | 95 | 6C | 70 | 0 | 1C | 19 | 2A | 162 | 10 | 32 |
| Octal | 225 | 154 | 160 | 0 | 34 | 31 | 52 | 542 | 20 | 62 |
| Binary | 10010101 | 1101100 | 1110000 | 0 | 11100 | 11001 | 101010 | 101100010 | 10000 | 110010 |
Color Harmonies of #956C70
Complementary color
Monochromatic Colors of #956C70
Black with #956C70
Text Example
Text Example
White with #956C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C70; }
p { color: rgb(149,108,112); }
H1.HeaderClassName
{
color: #956C70;
}
.AnyTagClassName
{
color: #956C70;
}
</style>
background-color css
<style>
a { background-color: #956C70; }
a { background-color: rgb(149,108,112); }
div.DivClassName
{
background-color: #956C70;
}
.BgClassName
{
background-color: #956C70;
}
</style>
border-color css
<style>
span { border-color: #956C70; }
span { border-color: rgb(149,108,112); }
td.TdClassName
{
border-color: #956C70;
}
.TagClassName
{
border-color: #956C70;
}
</style>