#954E52

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

Shades of Solid Pink #954E52

Tints of Solid Pink #954E52

Color information

#954E52 (or 0x954E52) is unknown color: approx Solid Pink. HEX triplet: 95, 4E and 52. RGB value is (149,78,82). Sum of RGB (Red+Green+Blue) = 149+78+82=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #954E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E52 is #6AB1AD. Grayscale: #636363. Windows color (decimal): -6992302 or 5394069. OLE color: 5394069.

HSL color Cylindrical-coordinate representation of color #954E52: hue angle of 356.62º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E52 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1497882-
CMYK00.480.450.42
HSL356.62º31.28%44.51%-
HSV(B)356.62º47.65%58.43%-
XYZ16.6412.459.51-
YUV99.68118.02163.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=48.22%
G=25.24%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149788200.480.450.42356.6231.2844.51
Hex954E520302D2A1651f2d
Octal22511612206055525453755
Binary1001010110011101010010011000010110110101010110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954E52; }

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

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

<style>
 a { background-color: #954E52; }

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

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

<style>
 span { border-color: #954E52; }

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

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