#95434C

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

Shades of Solid Pink #95434C

Tints of Solid Pink #95434C

Color information

#95434C (or 0x95434C) is unknown color: approx Solid Pink. HEX triplet: 95, 43 and 4C. RGB value is (149,67,76). Sum of RGB (Red+Green+Blue) = 149+67+76=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95434C is #6ABCB3. Grayscale: #5C5C5C. Windows color (decimal): -6995124 or 4998037. OLE color: 4998037.

HSL color Cylindrical-coordinate representation of color #95434C: hue angle of 353.41º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95434C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1496776-
CMYK00.550.490.42
HSL353.41º37.96%42.35%-
HSV(B)353.41º55.03%58.43%-
XYZ15.7110.938.12-
YUV92.54118.67168.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=51.03%
G=22.95%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149677600.550.490.42353.4137.9642.35
Hex95434C037312A161262a
Octal22510311406761525414652
Binary10010101100001110011000110111110001101010101100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95434C; }

 p { color: rgb(149,67,76); }

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

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

 a { background-color: rgb(149,67,76); }

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

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

 span { border-color: rgb(149,67,76); }

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