#9D8587

Color #9D8587 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9D8587

Tints of Turkish Rose #9D8587

Color information

#9D8587 (or 0x9D8587) is unknown color: approx Turkish Rose. HEX triplet: 9D, 85 and 87. RGB value is (157,133,135). Sum of RGB (Red+Green+Blue) = 157+133+135=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8587 is #627A78. Grayscale: #8C8C8C. Windows color (decimal): -6453881 or 8881565. OLE color: 8881565.

HSL color Cylindrical-coordinate representation of color #9D8587: hue angle of 355º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8587 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB157133135-
CMYK00.150.140.38
HSL355º10.91%56.86%-
HSV(B)355º15.29%61.57%-
XYZ26.6725.6926.48-
YUV140.4124.95139.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 36.94%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=36.94%
G=31.29%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713313500.150.140.3835510.9156.86
Hex9D85870FE26163b39
Octal23520520701716465431371
Binary1001110110000101100001110111111101001101011000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D8587; }

 p { color: rgb(157,133,135); }

 H1.HeaderClassName
 {
   color: #9D8587;
 }
 .AnyTagClassName
 {
   color: #9D8587;
 }
</style>
background-color css

<style>
 a { background-color: #9D8587; }

 a { background-color: rgb(157,133,135); }

 div.DivClassName
 {
   background-color: #9D8587;
 }
 .BgClassName
 {
   background-color: #9D8587;
 }
</style>
border-color css

<style>
 span { border-color: #9D8587; }

 span { border-color: rgb(157,133,135); }

 td.TdClassName
 {
   border-color: #9D8587;
 }
 .TagClassName
 {
   border-color: #9D8587;
 }
</style>