#957579

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

Shades of Turkish Rose #957579

Tints of Turkish Rose #957579

Color information

#957579 (or 0x957579) is unknown color: approx Turkish Rose. HEX triplet: 95, 75 and 79. RGB value is (149,117,121). Sum of RGB (Red+Green+Blue) = 149+117+121=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #957579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957579 is #6A8A86. Grayscale: #7F7F7F. Windows color (decimal): -6982279 or 7959957. OLE color: 7959957.

HSL color Cylindrical-coordinate representation of color #957579: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957579 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB149117121-
CMYK00.210.190.42
HSL352.5º13.11%52.16%-
HSV(B)352.5º21.48%58.43%-
XYZ22.2120.4920.87-
YUV127.02124.6143.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=38.50%
G=30.23%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911712100.210.190.42352.513.1152.16
Hex957579015132A160d34
Octal22516517102523525401564
Binary1001010111101011111001010101100111010101011000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957579; }

 p { color: rgb(149,117,121); }

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

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

 a { background-color: rgb(149,117,121); }

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

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

 span { border-color: rgb(149,117,121); }

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