#955354

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

Shades of Solid Pink #955354

Tints of Solid Pink #955354

Color information

#955354 (or 0x955354) is unknown color: approx Solid Pink. HEX triplet: 95, 53 and 54. RGB value is (149,83,84). Sum of RGB (Red+Green+Blue) = 149+83+84=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #955354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955354 is #6AACAB. Grayscale: #666666. Windows color (decimal): -6991020 or 5526421. OLE color: 5526421.

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

Color convert

RGB1498384-
CMYK00.440.440.42
HSL359.09º28.45%45.49%-
HSV(B)359.09º44.3%58.43%-
XYZ17.0913.2210.04-
YUV102.85117.37160.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 84 (33.20% from 255) = 26.58%
R=47.15%
G=26.27%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149838400.440.440.42359.0928.4545.49
Hex95535402C2C2A1671c2d
Octal22512312405454525473455
Binary1001010110100111010100010110010110010101010110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955354; }

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

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

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

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

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

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

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

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