#865665

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

Shades of Cannon Pink #865665

Tints of Cannon Pink #865665

Color information

#865665 (or 0x865665) is unknown color: approx Cannon Pink. HEX triplet: 86, 56 and 65. RGB value is (134,86,101). Sum of RGB (Red+Green+Blue) = 134+86+101=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #865665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865665 is #79A99A. Grayscale: #666666. Windows color (decimal): -7973275 or 6641286. OLE color: 6641286.

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

Color convert

RGB13486101-
CMYK00.360.250.47
HSL341.25º21.82%43.14%-
HSV(B)341.25º35.82%52.55%-
XYZ15.5112.6613.94-
YUV102.06127.4150.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=41.74%
G=26.79%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348610100.360.250.47341.2521.8243.14
Hex865665024192F155162b
Octal20612614504431575252653
Binary100001101010110110010101001001100110111110101010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865665; }

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

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

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

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

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

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

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

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