#865660

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

Shades of Cannon Pink #865660

Tints of Cannon Pink #865660

Color information

#865660 (or 0x865660) is unknown color: approx Cannon Pink. HEX triplet: 86, 56 and 60. RGB value is (134,86,96). Sum of RGB (Red+Green+Blue) = 134+86+96=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #865660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865660 is #79A99F. Grayscale: #656565. Windows color (decimal): -7973280 or 6313606. OLE color: 6313606.

HSL color Cylindrical-coordinate representation of color #865660: hue angle of 347.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865660 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1348696-
CMYK00.360.280.47
HSL347.5º21.82%43.14%-
HSV(B)347.5º35.82%52.55%-
XYZ15.2712.5712.69-
YUV101.49124.9151.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=42.41%
G=27.22%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134869600.360.280.47347.521.8243.14
Hex8656600241C2F15c162b
Octal20612614004434575342653
Binary100001101010110110000001001001110010111110101110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865660; }

 p { color: rgb(134,86,96); }

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

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

 a { background-color: rgb(134,86,96); }

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

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

 span { border-color: rgb(134,86,96); }

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