#944C55

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

Shades of Solid Pink #944C55

Tints of Solid Pink #944C55

Color information

#944C55 (or 0x944C55) is unknown color: approx Solid Pink. HEX triplet: 94, 4C and 55. RGB value is (148,76,85). Sum of RGB (Red+Green+Blue) = 148+76+85=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #944C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C55 is #6BB3AA. Grayscale: #626262. Windows color (decimal): -7058347 or 5590164. OLE color: 5590164.

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

Color convert

RGB1487685-
CMYK00.490.430.42
HSL352.5º32.14%43.92%-
HSV(B)352.5º48.65%58.04%-
XYZ16.4412.1210.07-
YUV98.55120.35163.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=47.90%
G=24.60%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148768500.490.430.42352.532.1443.92
Hex944C550312B2A160202c
Octal22411412506153525404054
Binary10010100100110010101010110001101011101010101100000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944C55; }

 p { color: rgb(148,76,85); }

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

<style>
 a { background-color: #944C55; }

 a { background-color: rgb(148,76,85); }

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

<style>
 span { border-color: #944C55; }

 span { border-color: rgb(148,76,85); }

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