#95494F

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

Shades of Solid Pink #95494F

Tints of Solid Pink #95494F

Color information

#95494F (or 0x95494F) is unknown color: approx Solid Pink. HEX triplet: 95, 49 and 4F. RGB value is (149,73,79). Sum of RGB (Red+Green+Blue) = 149+73+79=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #95494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95494F is #6AB6B0. Grayscale: #606060. Windows color (decimal): -6993585 or 5196181. OLE color: 5196181.

HSL color Cylindrical-coordinate representation of color #95494F: hue angle of 355.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95494F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1497379-
CMYK00.510.470.42
HSL355.26º34.23%43.53%-
HSV(B)355.26º51.01%58.43%-
XYZ16.1911.728.81-
YUV96.41118.18165.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=49.50%
G=24.25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149737900.510.470.42355.2634.2343.53
Hex95494F0332F2A163222c
Octal22511111706357525434254
Binary10010101100100110011110110011101111101010101100011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95494F; }

 p { color: rgb(149,73,79); }

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

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

 a { background-color: rgb(149,73,79); }

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

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

 span { border-color: rgb(149,73,79); }

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