#957375

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

Shades of Turkish Rose #957375

Tints of Turkish Rose #957375

Color information

#957375 (or 0x957375) is unknown color: approx Turkish Rose. HEX triplet: 95, 73 and 75. RGB value is (149,115,117). Sum of RGB (Red+Green+Blue) = 149+115+117=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #957375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957375 is #6A8C8A. Grayscale: #7D7D7D. Windows color (decimal): -6982795 or 7697301. OLE color: 7697301.

HSL color Cylindrical-coordinate representation of color #957375: hue angle of 356.47º 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 #957375 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149115117-
CMYK00.230.210.42
HSL356.47º13.82%51.76%-
HSV(B)356.47º22.82%58.43%-
XYZ21.7419.9419.53-
YUV125.39123.26144.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=39.11%
G=30.18%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911511700.230.210.42356.4713.8251.76
Hex957375017152A164e34
Octal22516316502725525441664
Binary1001010111100111110101010111101011010101011001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957375; }

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

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

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

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

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

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

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

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