#865565

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

Shades of Cannon Pink #865565

Tints of Cannon Pink #865565

Color information

#865565 (or 0x865565) is unknown color: approx Cannon Pink. HEX triplet: 86, 55 and 65. RGB value is (134,85,101). Sum of RGB (Red+Green+Blue) = 134+85+101=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #865565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865565 is #79AA9A. Grayscale: #656565. Windows color (decimal): -7973531 or 6641030. OLE color: 6641030.

HSL color Cylindrical-coordinate representation of color #865565: hue angle of 340.41º 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 #865565 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13485101-
CMYK00.370.250.47
HSL340.41º22.37%42.94%-
HSV(B)340.41º36.57%52.55%-
XYZ15.4312.513.91-
YUV101.47127.73151.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=41.88%
G=26.56%
B=31.56%

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
Decimal1348510100.370.250.47340.4122.3742.94
Hex865565025192F154162b
Octal20612514504531575242653
Binary100001101010101110010101001011100110111110101010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865565; }

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

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

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

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

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

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

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

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