#965455

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

Shades of Solid Pink #965455

Tints of Solid Pink #965455

Color information

#965455 (or 0x965455) is unknown color: approx Solid Pink. HEX triplet: 96, 54 and 55. RGB value is (150,84,85). Sum of RGB (Red+Green+Blue) = 150+84+85=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965455 is #69ABAA. Grayscale: #676767. Windows color (decimal): -6925227 or 5592214. OLE color: 5592214.

HSL color Cylindrical-coordinate representation of color #965455: hue angle of 359.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965455 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1508485-
CMYK00.440.430.41
HSL359.09º28.21%45.88%-
HSV(B)359.09º44%58.82%-
XYZ17.3913.4810.28-
YUV103.85117.37160.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=47.02%
G=26.33%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150848500.440.430.41359.0928.2145.88
Hex96545502C2B291671c2e
Octal22612412505453515473456
Binary1001011010101001010101010110010101110100110110011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965455; }

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

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

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

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

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

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

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

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