#865367

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

Shades of Cannon Pink #865367

Tints of Cannon Pink #865367

Color information

#865367 (or 0x865367) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 67. RGB value is (134,83,103). Sum of RGB (Red+Green+Blue) = 134+83+103=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #865367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865367 is #79AC98. Grayscale: #646464. Windows color (decimal): -7974041 or 6771590. OLE color: 6771590.

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

Color convert

RGB13483103-
CMYK00.380.230.47
HSL336.47º23.5%42.55%-
HSV(B)336.47º38.06%52.55%-
XYZ15.3712.2314.38-
YUV100.53129.4151.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 103 (40.62% from 255) = 32.19%
R=41.88%
G=25.94%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348310300.380.230.47336.4723.542.55
Hex865367026172F150182b
Octal20612314704627575203053
Binary100001101010011110011101001101011110111110101000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865367; }

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

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

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

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

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

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

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

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