#955357

Color #955357 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #955357

Tints of Solid Pink #955357

Color information

#955357 (or 0x955357) is unknown color: approx Solid Pink. HEX triplet: 95, 53 and 57. RGB value is (149,83,87). Sum of RGB (Red+Green+Blue) = 149+83+87=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955357 is #6AACA8. Grayscale: #676767. Windows color (decimal): -6991017 or 5723029. OLE color: 5723029.

HSL color Cylindrical-coordinate representation of color #955357: hue angle of 356.36º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955357 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1498387-
CMYK00.440.420.42
HSL356.36º28.45%45.49%-
HSV(B)356.36º44.3%58.43%-
XYZ17.2113.2610.67-
YUV103.19118.87160.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=46.71%
G=26.02%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149838700.440.420.42356.3628.4545.49
Hex95535702C2A2A1641c2d
Octal22512312705452525443455
Binary1001010110100111010111010110010101010101010110010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955357; }

 p { color: rgb(149,83,87); }

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

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

 a { background-color: rgb(149,83,87); }

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

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

 span { border-color: rgb(149,83,87); }

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