#9D8081

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

Shades of Turkish Rose #9D8081

Tints of Turkish Rose #9D8081

Color information

#9D8081 (or 0x9D8081) is unknown color: approx Turkish Rose. HEX triplet: 9D, 80 and 81. RGB value is (157,128,129). Sum of RGB (Red+Green+Blue) = 157+128+129=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8081 is #627F7E. Grayscale: #888888. Windows color (decimal): -6455167 or 8487069. OLE color: 8487069.

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

Color convert

RGB157128129-
CMYK00.180.180.38
HSL357.93º12.89%55.88%-
HSV(B)357.93º18.47%61.57%-
XYZ25.5924.1924.09-
YUV136.78123.61142.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=37.92%
G=30.92%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712812900.180.180.38357.9312.8955.88
Hex9D80810121226166d38
Octal23520020102222465461570
Binary100111011000000010000001010010100101001101011001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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