#9F717C

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

Shades of Turkish Rose #9F717C

Tints of Turkish Rose #9F717C

Color information

#9F717C (or 0x9F717C) is unknown color: approx Turkish Rose. HEX triplet: 9F, 71 and 7C. RGB value is (159,113,124). Sum of RGB (Red+Green+Blue) = 159+113+124=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F717C is #608E83. Grayscale: #808080. Windows color (decimal): -6327940 or 8155551. OLE color: 8155551.

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

Color convert

RGB159113124-
CMYK00.290.220.38
HSL345.65º19.33%53.33%-
HSV(B)345.65º28.93%62.35%-
XYZ23.8420.6421.8-
YUV128.01125.74150.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.15%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=40.15%
G=28.54%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911312400.290.220.38345.6519.3353.33
Hex9F717C01D162615a1335
Octal23716117403526465322365
Binary10011111111000111111000111011011010011010101101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,113,124); }

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

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

 a { background-color: rgb(159,113,124); }

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

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

 span { border-color: rgb(159,113,124); }

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