#865A5C

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

Shades of Solid Pink #865A5C

Tints of Solid Pink #865A5C

Color information

#865A5C (or 0x865A5C) is unknown color: approx Solid Pink. HEX triplet: 86, 5A and 5C. RGB value is (134,90,92). Sum of RGB (Red+Green+Blue) = 134+90+92=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #865A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A5C is #79A5A3. Grayscale: #676767. Windows color (decimal): -7972260 or 6052486. OLE color: 6052486.

HSL color Cylindrical-coordinate representation of color #865A5C: hue angle of 357.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865A5C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1349092-
CMYK00.330.310.47
HSL357.27º19.64%43.92%-
HSV(B)357.27º32.84%52.55%-
XYZ15.4213.1511.85-
YUV103.38121.58149.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=42.41%
G=28.48%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134909200.330.310.47357.2719.6443.92
Hex865A5C0211F2F165142c
Octal20613213404137575452454
Binary100001101011010101110001000011111110111110110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865A5C; }

 p { color: rgb(134,90,92); }

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

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

 a { background-color: rgb(134,90,92); }

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

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

 span { border-color: rgb(134,90,92); }

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