#957374

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

Shades of Turkish Rose #957374

Tints of Turkish Rose #957374

Color information

#957374 (or 0x957374) is unknown color: approx Turkish Rose. HEX triplet: 95, 73 and 74. RGB value is (149,115,116). Sum of RGB (Red+Green+Blue) = 149+115+116=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #957374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957374 is #6A8C8B. Grayscale: #7D7D7D. Windows color (decimal): -6982796 or 7631765. OLE color: 7631765.

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

Color convert

RGB149115116-
CMYK00.230.220.42
HSL358.24º13.82%51.76%-
HSV(B)358.24º22.82%58.43%-
XYZ21.6819.9119.22-
YUV125.28122.76144.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=39.21%
G=30.26%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911511600.230.220.42358.2413.8251.76
Hex957374017162A166e34
Octal22516316402726525461664
Binary1001010111100111110100010111101101010101011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957374; }

 p { color: rgb(149,115,116); }

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

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

 a { background-color: rgb(149,115,116); }

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

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

 span { border-color: rgb(149,115,116); }

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