#95474C

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

Shades of Solid Pink #95474C

Tints of Solid Pink #95474C

Color information

#95474C (or 0x95474C) is unknown color: approx Solid Pink. HEX triplet: 95, 47 and 4C. RGB value is (149,71,76). Sum of RGB (Red+Green+Blue) = 149+71+76=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95474C is #6AB8B3. Grayscale: #5E5E5E. Windows color (decimal): -6994100 or 4999061. OLE color: 4999061.

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

Color convert

RGB1497176-
CMYK00.520.490.42
HSL356.15º35.45%43.14%-
HSV(B)356.15º52.35%58.43%-
XYZ15.9511.428.2-
YUV94.89117.34166.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=50.34%
G=23.99%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149717600.520.490.42356.1535.4543.14
Hex95474C034312A164232b
Octal22510711406461525444353
Binary10010101100011110011000110100110001101010101100100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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