#95464F

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

Shades of Solid Pink #95464F

Tints of Solid Pink #95464F

Color information

#95464F (or 0x95464F) is unknown color: approx Solid Pink. HEX triplet: 95, 46 and 4F. RGB value is (149,70,79). Sum of RGB (Red+Green+Blue) = 149+70+79=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95464F is #6AB9B0. Grayscale: #5E5E5E. Windows color (decimal): -6994353 or 5195413. OLE color: 5195413.

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

Color convert

RGB1497079-
CMYK00.530.470.42
HSL353.16º36.07%42.94%-
HSV(B)353.16º53.02%58.43%-
XYZ1611.338.74-
YUV94.65119.17166.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=50%
G=23.49%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149707900.530.470.42353.1636.0742.94
Hex95464F0352F2A161242b
Octal22510611706557525414453
Binary10010101100011010011110110101101111101010101100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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