#955455

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

Shades of Solid Pink #955455

Tints of Solid Pink #955455

Color information

#955455 (or 0x955455) is unknown color: approx Solid Pink. HEX triplet: 95, 54 and 55. RGB value is (149,84,85). Sum of RGB (Red+Green+Blue) = 149+84+85=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955455 is #6AABAA. Grayscale: #676767. Windows color (decimal): -6990763 or 5592213. OLE color: 5592213.

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

Color convert

RGB1498485-
CMYK00.440.430.42
HSL359.08º27.9%45.69%-
HSV(B)359.08º43.62%58.43%-
XYZ17.213.3910.27-
YUV103.55117.53160.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=46.86%
G=26.42%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149848500.440.430.42359.0827.945.69
Hex95545502C2B2A1671c2e
Octal22512412505453525473456
Binary1001010110101001010101010110010101110101010110011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955455; }

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

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

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

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

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

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

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

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