#865360

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

Shades of Cannon Pink #865360

Tints of Cannon Pink #865360

Color information

#865360 (or 0x865360) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 60. RGB value is (134,83,96). Sum of RGB (Red+Green+Blue) = 134+83+96=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #865360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865360 is #79AC9F. Grayscale: #636363. Windows color (decimal): -7974048 or 6312838. OLE color: 6312838.

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

Color convert

RGB1348396-
CMYK00.380.280.47
HSL344.71º23.5%42.55%-
HSV(B)344.71º38.06%52.55%-
XYZ15.0412.112.61-
YUV99.73125.9152.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=42.81%
G=26.52%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134839600.380.280.47344.7123.542.55
Hex8653600261C2F159182b
Octal20612314004634575313053
Binary100001101010011110000001001101110010111110101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865360; }

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

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

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

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

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

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

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

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