#9E7275

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

Shades of Turkish Rose #9E7275

Tints of Turkish Rose #9E7275

Color information

#9E7275 (or 0x9E7275) is unknown color: approx Turkish Rose. HEX triplet: 9E, 72 and 75. RGB value is (158,114,117). Sum of RGB (Red+Green+Blue) = 158+114+117=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7275 is #618D8A. Grayscale: #7F7F7F. Windows color (decimal): -6393227 or 7697054. OLE color: 7697054.

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

Color convert

RGB158114117-
CMYK00.280.260.38
HSL355.91º18.49%53.33%-
HSV(B)355.91º27.85%61.96%-
XYZ23.3320.5919.57-
YUV127.5122.08149.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=40.62%
G=29.31%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811411700.280.260.38355.9118.4953.33
Hex9E727501C1A261641235
Octal23616216503432465442265
Binary10011110111001011101010111001101010011010110010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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