#95494E

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

Shades of Solid Pink #95494E

Tints of Solid Pink #95494E

Color information

#95494E (or 0x95494E) is unknown color: approx Solid Pink. HEX triplet: 95, 49 and 4E. RGB value is (149,73,78). Sum of RGB (Red+Green+Blue) = 149+73+78=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #95494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95494E is #6AB6B1. Grayscale: #606060. Windows color (decimal): -6993586 or 5130645. OLE color: 5130645.

HSL color Cylindrical-coordinate representation of color #95494E: hue angle of 356.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95494E is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1497378-
CMYK00.510.480.42
HSL356.05º34.23%43.53%-
HSV(B)356.05º51.01%58.43%-
XYZ16.1511.78.62-
YUV96.29117.68165.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 78 (30.86% from 255) = 26%
R=49.67%
G=24.33%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149737800.510.480.42356.0534.2343.53
Hex95494E033302A164222c
Octal22511111606360525444254
Binary10010101100100110011100110011110000101010101100100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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