#9E7C83

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

Shades of Turkish Rose #9E7C83

Tints of Turkish Rose #9E7C83

Color information

#9E7C83 (or 0x9E7C83) is unknown color: approx Turkish Rose. HEX triplet: 9E, 7C and 83. RGB value is (158,124,131). Sum of RGB (Red+Green+Blue) = 158+124+131=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7C83 is #61837C. Grayscale: #868686. Windows color (decimal): -6390653 or 8617118. OLE color: 8617118.

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

Color convert

RGB158124131-
CMYK00.220.170.38
HSL347.65º14.91%55.29%-
HSV(B)347.65º21.52%61.96%-
XYZ25.423.3224.64-
YUV134.96125.76144.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=38.26%
G=30.02%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812413100.220.170.38347.6514.9155.29
Hex9E7C83016112615cf37
Octal23617420302621465341767
Binary10011110111110010000011010110100011001101010111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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