#964C54

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

Shades of Solid Pink #964C54

Tints of Solid Pink #964C54

Color information

#964C54 (or 0x964C54) is unknown color: approx Solid Pink. HEX triplet: 96, 4C and 54. RGB value is (150,76,84). Sum of RGB (Red+Green+Blue) = 150+76+84=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #964C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C54 is #69B3AB. Grayscale: #636363. Windows color (decimal): -6927276 or 5524630. OLE color: 5524630.

HSL color Cylindrical-coordinate representation of color #964C54: hue angle of 353.51º 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 #964C54 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB1507684-
CMYK00.490.440.41
HSL353.51º32.74%44.31%-
HSV(B)353.51º49.33%58.82%-
XYZ16.7612.299.88-
YUV99.04119.52164.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=48.39%
G=24.52%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150768400.490.440.41353.5132.7444.31
Hex964C540312C29162212c
Octal22611412406154515424154
Binary10010110100110010101000110001101100101001101100010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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