#964C50

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

Shades of Solid Pink #964C50

Tints of Solid Pink #964C50

Color information

#964C50 (or 0x964C50) is unknown color: approx Solid Pink. HEX triplet: 96, 4C and 50. RGB value is (150,76,80). Sum of RGB (Red+Green+Blue) = 150+76+80=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #964C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C50 is #69B3AF. Grayscale: #626262. Windows color (decimal): -6927280 or 5262486. OLE color: 5262486.

HSL color Cylindrical-coordinate representation of color #964C50: hue angle of 356.76º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964C50 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1507680-
CMYK00.490.470.41
HSL356.76º32.74%44.31%-
HSV(B)356.76º49.33%58.82%-
XYZ16.6112.239.08-
YUV98.58117.52164.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 76 (30.08% from 255) = 24.84%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=49.02%
G=24.84%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150768000.490.470.41356.7632.7444.31
Hex964C500312F29165212c
Octal22611412006157515454154
Binary10010110100110010100000110001101111101001101100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964C50; }

 p { color: rgb(150,76,80); }

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

<style>
 a { background-color: #964C50; }

 a { background-color: rgb(150,76,80); }

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

<style>
 span { border-color: #964C50; }

 span { border-color: rgb(150,76,80); }

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