#865060

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

Shades of Cannon Pink #865060

Tints of Cannon Pink #865060

Color information

#865060 (or 0x865060) is unknown color: approx Cannon Pink. HEX triplet: 86, 50 and 60. RGB value is (134,80,96). Sum of RGB (Red+Green+Blue) = 134+80+96=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #865060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865060 is #79AF9F. Grayscale: #616161. Windows color (decimal): -7974816 or 6312070. OLE color: 6312070.

HSL color Cylindrical-coordinate representation of color #865060: hue angle of 342.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865060 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1348096-
CMYK00.400.280.47
HSL342.22º25.23%41.96%-
HSV(B)342.22º40.3%52.55%-
XYZ14.8111.6512.53-
YUV97.97126.89153.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=43.23%
G=25.81%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134809600.400.280.47342.2225.2341.96
Hex8650600281C2F156192a
Octal20612014005034575263152
Binary100001101010000110000001010001110010111110101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865060; }

 p { color: rgb(134,80,96); }

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

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

 a { background-color: rgb(134,80,96); }

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

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

 span { border-color: rgb(134,80,96); }

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