#955758

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

Shades of Solid Pink #955758

Tints of Solid Pink #955758

Color information

#955758 (or 0x955758) is unknown color: approx Solid Pink. HEX triplet: 95, 57 and 58. RGB value is (149,87,88). Sum of RGB (Red+Green+Blue) = 149+87+88=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #955758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955758 is #6AA8A7. Grayscale: #696969. Windows color (decimal): -6989992 or 5789589. OLE color: 5789589.

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

Color convert

RGB1498788-
CMYK00.420.410.42
HSL359.03º26.27%46.27%-
HSV(B)359.03º41.61%58.43%-
XYZ17.5613.9110.99-
YUV105.65118.04158.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=45.99%
G=26.85%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149878800.420.410.42359.0326.2746.27
Hex95575802A292A1671a2e
Octal22512713005251525473256
Binary1001010110101111011000010101010100110101010110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955758; }

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

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

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

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

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

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

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

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