#865564

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

Shades of Cannon Pink #865564

Tints of Cannon Pink #865564

Color information

#865564 (or 0x865564) is unknown color: approx Cannon Pink. HEX triplet: 86, 55 and 64. RGB value is (134,85,100). Sum of RGB (Red+Green+Blue) = 134+85+100=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #865564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865564 is #79AA9B. Grayscale: #656565. Windows color (decimal): -7973532 or 6575494. OLE color: 6575494.

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

Color convert

RGB13485100-
CMYK00.370.250.47
HSL341.63º22.37%42.94%-
HSV(B)341.63º36.57%52.55%-
XYZ15.3812.4913.66-
YUV101.36127.23151.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=42.01%
G=26.65%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348510000.370.250.47341.6322.3742.94
Hex865564025192F156162b
Octal20612514404531575262653
Binary100001101010101110010001001011100110111110101011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865564; }

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

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

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

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

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

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

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

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