#9E7179

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

Shades of Turkish Rose #9E7179

Tints of Turkish Rose #9E7179

Color information

#9E7179 (or 0x9E7179) is unknown color: approx Turkish Rose. HEX triplet: 9E, 71 and 79. RGB value is (158,113,121). Sum of RGB (Red+Green+Blue) = 158+113+121=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7179 is #618E86. Grayscale: #7F7F7F. Windows color (decimal): -6393479 or 7958942. OLE color: 7958942.

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

Color convert

RGB158113121-
CMYK00.280.230.38
HSL349.33º18.83%53.14%-
HSV(B)349.33º28.48%61.96%-
XYZ23.4620.4620.8-
YUV127.37124.41149.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=40.31%
G=28.83%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811312100.280.230.38349.3318.8353.14
Hex9E717901C172615d1335
Octal23616117103427465352365
Binary10011110111000111110010111001011110011010101110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,113,121); }

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

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

 a { background-color: rgb(158,113,121); }

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

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

 span { border-color: rgb(158,113,121); }

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