#965354

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

Shades of Solid Pink #965354

Tints of Solid Pink #965354

Color information

#965354 (or 0x965354) is unknown color: approx Solid Pink. HEX triplet: 96, 53 and 54. RGB value is (150,83,84). Sum of RGB (Red+Green+Blue) = 150+83+84=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #965354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965354 is #69ACAB. Grayscale: #676767. Windows color (decimal): -6925484 or 5526422. OLE color: 5526422.

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

Color convert

RGB1508384-
CMYK00.450.440.41
HSL359.1º28.76%45.69%-
HSV(B)359.1º44.67%58.82%-
XYZ17.2713.3110.05-
YUV103.15117.2161.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 84 (33.20% from 255) = 26.50%
R=47.32%
G=26.18%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150838400.450.440.41359.128.7645.69
Hex96535402D2C291671d2e
Octal22612312405554515473556
Binary1001011010100111010100010110110110010100110110011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965354; }

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

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

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

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

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

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

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

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