#86596C

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

Shades of Cannon Pink #86596C

Tints of Cannon Pink #86596C

Color information

#86596C (or 0x86596C) is unknown color: approx Cannon Pink. HEX triplet: 86, 59 and 6C. RGB value is (134,89,108). Sum of RGB (Red+Green+Blue) = 134+89+108=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #86596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86596C is #79A693. Grayscale: #686868. Windows color (decimal): -7972500 or 7100806. OLE color: 7100806.

HSL color Cylindrical-coordinate representation of color #86596C: hue angle of 334.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86596C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13489108-
CMYK00.340.190.47
HSL334.67º20.18%43.73%-
HSV(B)334.67º33.58%52.55%-
XYZ16.1113.315.9-
YUV104.62129.91148.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=40.48%
G=26.89%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348910800.340.190.47334.6720.1843.73
Hex86596C022132F14f142c
Octal20613115404223575172454
Binary100001101011001110110001000101001110111110100111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86596C; }

 p { color: rgb(134,89,108); }

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

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

 a { background-color: rgb(134,89,108); }

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

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

 span { border-color: rgb(134,89,108); }

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