#9E6978

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

Shades of Turkish Rose #9E6978

Tints of Turkish Rose #9E6978

Color information

#9E6978 (or 0x9E6978) is unknown color: approx Turkish Rose. HEX triplet: 9E, 69 and 78. RGB value is (158,105,120). Sum of RGB (Red+Green+Blue) = 158+105+120=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6978 is #619687. Grayscale: #7A7A7A. Windows color (decimal): -6395528 or 7891358. OLE color: 7891358.

HSL color Cylindrical-coordinate representation of color #9E6978: hue angle of 343.02º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E6978 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB158105120-
CMYK00.340.240.38
HSL343.02º21.46%51.57%-
HSV(B)343.02º33.54%61.96%-
XYZ22.5418.7320.2-
YUV122.56126.56153.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=41.25%
G=27.42%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810512000.340.240.38343.0221.4651.57
Hex9E697802218261571534
Octal23615117004230465272564
Binary100111101101001111100001000101100010011010101011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,105,120); }

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

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

 a { background-color: rgb(158,105,120); }

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

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

 span { border-color: rgb(158,105,120); }

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