#865064

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

Shades of Cannon Pink #865064

Tints of Cannon Pink #865064

Color information

#865064 (or 0x865064) is unknown color: approx Cannon Pink. HEX triplet: 86, 50 and 64. RGB value is (134,80,100). Sum of RGB (Red+Green+Blue) = 134+80+100=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #865064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865064 is #79AF9B. Grayscale: #626262. Windows color (decimal): -7974812 or 6574214. OLE color: 6574214.

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

Color convert

RGB13480100-
CMYK00.400.250.47
HSL337.78º25.23%41.96%-
HSV(B)337.78º40.3%52.55%-
XYZ1511.7313.53-
YUV98.43128.89153.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=42.68%
G=25.48%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348010000.400.250.47337.7825.2341.96
Hex865064028192F152192a
Octal20612014405031575223152
Binary100001101010000110010001010001100110111110101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865064; }

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

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

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

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

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

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

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

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