#865163

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

Shades of Cannon Pink #865163

Tints of Cannon Pink #865163

Color information

#865163 (or 0x865163) is unknown color: approx Cannon Pink. HEX triplet: 86, 51 and 63. RGB value is (134,81,99). Sum of RGB (Red+Green+Blue) = 134+81+99=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #865163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865163 is #79AE9C. Grayscale: #626262. Windows color (decimal): -7974557 or 6508934. OLE color: 6508934.

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

Color convert

RGB1348199-
CMYK00.400.260.47
HSL339.62º24.65%42.16%-
HSV(B)339.62º39.55%52.55%-
XYZ15.0311.8513.3-
YUV98.9128.06153.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=42.68%
G=25.80%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134819900.400.260.47339.6224.6542.16
Hex8651630281A2F154192a
Octal20612114305032575243152
Binary100001101010001110001101010001101010111110101010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865163; }

 p { color: rgb(134,81,99); }

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

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

 a { background-color: rgb(134,81,99); }

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

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

 span { border-color: rgb(134,81,99); }

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