#865864

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

Shades of Cannon Pink #865864

Tints of Cannon Pink #865864

Color information

#865864 (or 0x865864) is unknown color: approx Cannon Pink. HEX triplet: 86, 58 and 64. RGB value is (134,88,100). Sum of RGB (Red+Green+Blue) = 134+88+100=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #865864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865864 is #79A79B. Grayscale: #676767. Windows color (decimal): -7972764 or 6576262. OLE color: 6576262.

HSL color Cylindrical-coordinate representation of color #865864: hue angle of 344.35º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865864 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13488100-
CMYK00.340.250.47
HSL344.35º20.72%43.53%-
HSV(B)344.35º34.33%52.55%-
XYZ15.6212.9713.74-
YUV103.12126.24150.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=41.61%
G=27.33%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348810000.340.250.47344.3520.7243.53
Hex865864022192F158152c
Octal20613014404231575302554
Binary100001101011000110010001000101100110111110101100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865864; }

 p { color: rgb(134,88,100); }

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

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

 a { background-color: rgb(134,88,100); }

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

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

 span { border-color: rgb(134,88,100); }

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