#955457

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

Shades of Solid Pink #955457

Tints of Solid Pink #955457

Color information

#955457 (or 0x955457) is unknown color: approx Solid Pink. HEX triplet: 95, 54 and 57. RGB value is (149,84,87). Sum of RGB (Red+Green+Blue) = 149+84+87=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #955457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955457 is #6AABA8. Grayscale: #676767. Windows color (decimal): -6990761 or 5723285. OLE color: 5723285.

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

Color convert

RGB1498487-
CMYK00.440.420.42
HSL357.23º27.9%45.69%-
HSV(B)357.23º43.62%58.43%-
XYZ17.2913.4210.7-
YUV103.78118.53160.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=46.56%
G=26.25%
B=27.19%

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
Decimal149848700.440.420.42357.2327.945.69
Hex95545702C2A2A1651c2e
Octal22512412705452525453456
Binary1001010110101001010111010110010101010101010110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955457; }

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

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

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

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

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

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

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

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