#865365

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

Shades of Cannon Pink #865365

Tints of Cannon Pink #865365

Color information

#865365 (or 0x865365) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 65. RGB value is (134,83,101). Sum of RGB (Red+Green+Blue) = 134+83+101=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865365 is #79AC9A. Grayscale: #646464. Windows color (decimal): -7974043 or 6640518. OLE color: 6640518.

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

Color convert

RGB13483101-
CMYK00.380.250.47
HSL338.82º23.5%42.55%-
HSV(B)338.82º38.06%52.55%-
XYZ15.2712.1913.86-
YUV100.3128.4152.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=42.14%
G=26.10%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348310100.380.250.47338.8223.542.55
Hex865365026192F153182b
Octal20612314504631575233053
Binary100001101010011110010101001101100110111110101001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865365; }

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

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

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

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

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

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

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

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