#9D7480

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

Shades of Turkish Rose #9D7480

Tints of Turkish Rose #9D7480

Color information

#9D7480 (or 0x9D7480) is unknown color: approx Turkish Rose. HEX triplet: 9D, 74 and 80. RGB value is (157,116,128). Sum of RGB (Red+Green+Blue) = 157+116+128=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7480 is #628B7F. Grayscale: #818181. Windows color (decimal): -6458240 or 8418461. OLE color: 8418461.

HSL color Cylindrical-coordinate representation of color #9D7480: hue angle of 342.44º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D7480 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB157116128-
CMYK00.260.180.38
HSL342.44º17.3%53.53%-
HSV(B)342.44º26.11%61.57%-
XYZ24.0521.2223.25-
YUV129.63127.08147.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.15%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=39.15%
G=28.93%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711612800.260.180.38342.4417.353.53
Hex9D748001A12261561136
Octal23516420003222465262166
Binary100111011110100100000000110101001010011010101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,116,128); }

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

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

 a { background-color: rgb(157,116,128); }

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

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

 span { border-color: rgb(157,116,128); }

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