#9E8083

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

Shades of Turkish Rose #9E8083

Tints of Turkish Rose #9E8083

Color information

#9E8083 (or 0x9E8083) is unknown color: approx Turkish Rose. HEX triplet: 9E, 80 and 83. RGB value is (158,128,131). Sum of RGB (Red+Green+Blue) = 158+128+131=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8083 is #617F7C. Grayscale: #898989. Windows color (decimal): -6389629 or 8618142. OLE color: 8618142.

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

Color convert

RGB158128131-
CMYK00.190.170.38
HSL354º13.39%56.08%-
HSV(B)354º18.99%61.96%-
XYZ25.9224.3524.81-
YUV137.31124.44142.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=37.89%
G=30.70%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812813100.190.170.3835413.3956.08
Hex9E80830131126162d38
Octal23620020302321465421570
Binary100111101000000010000011010011100011001101011000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,128,131); }

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

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

 a { background-color: rgb(158,128,131); }

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

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

 span { border-color: rgb(158,128,131); }

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