#95464B

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

Shades of Solid Pink #95464B

Tints of Solid Pink #95464B

Color information

#95464B (or 0x95464B) is unknown color: approx Solid Pink. HEX triplet: 95, 46 and 4B. RGB value is (149,70,75). Sum of RGB (Red+Green+Blue) = 149+70+75=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95464B is #6AB9B4. Grayscale: #5E5E5E. Windows color (decimal): -6994357 or 4933269. OLE color: 4933269.

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

Color convert

RGB1497075-
CMYK00.530.500.42
HSL356.2º36.07%42.94%-
HSV(B)356.2º53.02%58.43%-
XYZ15.8511.288-
YUV94.19117.17167.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=50.68%
G=23.81%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149707500.530.500.42356.236.0742.94
Hex95464B035322A164242b
Octal22510611306562525444453
Binary10010101100011010010110110101110010101010101100100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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