#95474E

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

Shades of Solid Pink #95474E

Tints of Solid Pink #95474E

Color information

#95474E (or 0x95474E) is unknown color: approx Solid Pink. HEX triplet: 95, 47 and 4E. RGB value is (149,71,78). Sum of RGB (Red+Green+Blue) = 149+71+78=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95474E is #6AB8B1. Grayscale: #5F5F5F. Windows color (decimal): -6994098 or 5130133. OLE color: 5130133.

HSL color Cylindrical-coordinate representation of color #95474E: hue angle of 354.62º 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 #95474E is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1497178-
CMYK00.520.480.42
HSL354.62º35.45%43.14%-
HSV(B)354.62º52.35%58.43%-
XYZ16.0211.458.57-
YUV95.12118.34166.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=50%
G=23.83%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149717800.520.480.42354.6235.4543.14
Hex95474E034302A163232b
Octal22510711606460525434353
Binary10010101100011110011100110100110000101010101100011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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