#965657

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

Shades of Solid Pink #965657

Tints of Solid Pink #965657

Color information

#965657 (or 0x965657) is unknown color: approx Solid Pink. HEX triplet: 96, 56 and 57. RGB value is (150,86,87). Sum of RGB (Red+Green+Blue) = 150+86+87=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #965657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965657 is #69A9A8. Grayscale: #696969. Windows color (decimal): -6924713 or 5723798. OLE color: 5723798.

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

Color convert

RGB1508687-
CMYK00.430.420.41
HSL359.06º27.12%46.27%-
HSV(B)359.06º42.67%58.82%-
XYZ17.6313.8310.76-
YUV105.25117.7159.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=46.44%
G=26.63%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150868700.430.420.41359.0627.1246.27
Hex96565702B2A291671b2e
Octal22612612705352515473356
Binary1001011010101101010111010101110101010100110110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965657; }

 p { color: rgb(150,86,87); }

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

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

 a { background-color: rgb(150,86,87); }

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

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

 span { border-color: rgb(150,86,87); }

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