#954E55

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

Shades of Solid Pink #954E55

Tints of Solid Pink #954E55

Color information

#954E55 (or 0x954E55) is unknown color: approx Solid Pink. HEX triplet: 95, 4E and 55. RGB value is (149,78,85). Sum of RGB (Red+Green+Blue) = 149+78+85=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #954E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E55 is #6AB1AA. Grayscale: #646464. Windows color (decimal): -6992299 or 5590677. OLE color: 5590677.

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

Color convert

RGB1497885-
CMYK00.480.430.42
HSL354.08º31.28%44.51%-
HSV(B)354.08º47.65%58.43%-
XYZ16.7612.4910.12-
YUV100.03119.52162.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=47.76%
G=25%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149788500.480.430.42354.0831.2844.51
Hex954E550302B2A1621f2d
Octal22511612506053525423755
Binary1001010110011101010101011000010101110101010110001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954E55; }

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

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

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

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

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

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

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

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