#955054

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

Shades of Solid Pink #955054

Tints of Solid Pink #955054

Color information

#955054 (or 0x955054) is unknown color: approx Solid Pink. HEX triplet: 95, 50 and 54. RGB value is (149,80,84). Sum of RGB (Red+Green+Blue) = 149+80+84=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #955054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955054 is #6AAFAB. Grayscale: #656565. Windows color (decimal): -6991788 or 5525653. OLE color: 5525653.

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

Color convert

RGB1498084-
CMYK00.460.440.42
HSL356.52º30.13%44.9%-
HSV(B)356.52º46.31%58.43%-
XYZ16.8612.779.96-
YUV101.09118.36162.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=47.60%
G=25.56%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149808400.460.440.42356.5230.1344.9
Hex95505402E2C2A1651e2d
Octal22512012405654525453655
Binary1001010110100001010100010111010110010101010110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955054; }

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

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

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

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

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

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

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

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