#86515D

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

Shades of Cannon Pink #86515D

Tints of Cannon Pink #86515D

Color information

#86515D (or 0x86515D) is unknown color: approx Cannon Pink. HEX triplet: 86, 51 and 5D. RGB value is (134,81,93). Sum of RGB (Red+Green+Blue) = 134+81+93=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86515D is #79AEA2. Grayscale: #626262. Windows color (decimal): -7974563 or 6115718. OLE color: 6115718.

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

Color convert

RGB1348193-
CMYK00.400.310.47
HSL346.42º24.65%42.16%-
HSV(B)346.42º39.55%52.55%-
XYZ14.7511.7411.85-
YUV98.22125.06153.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=43.51%
G=26.30%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134819300.400.310.47346.4224.6542.16
Hex86515D0281F2F15a192a
Octal20612113505037575323152
Binary100001101010001101110101010001111110111110101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86515D; }

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

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

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

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

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

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

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

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