#9E7279

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

Shades of Turkish Rose #9E7279

Tints of Turkish Rose #9E7279

Color information

#9E7279 (or 0x9E7279) is unknown color: approx Turkish Rose. HEX triplet: 9E, 72 and 79. RGB value is (158,114,121). Sum of RGB (Red+Green+Blue) = 158+114+121=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7279 is #618D86. Grayscale: #7F7F7F. Windows color (decimal): -6393223 or 7959198. OLE color: 7959198.

HSL color Cylindrical-coordinate representation of color #9E7279: hue angle of 350.45º degrees, saturation: 0.18, 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 #9E7279 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB158114121-
CMYK00.280.230.38
HSL350.45º18.49%53.33%-
HSV(B)350.45º27.85%61.96%-
XYZ23.5720.6820.84-
YUV127.95124.08149.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=40.20%
G=29.01%
B=30.79%

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
Decimal15811412100.280.230.38350.4518.4953.33
Hex9E727901C172615e1235
Octal23616217103427465362265
Binary10011110111001011110010111001011110011010101111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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