#86565F

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

Shades of Cannon Pink #86565F

Tints of Cannon Pink #86565F

Color information

#86565F (or 0x86565F) is unknown color: approx Cannon Pink. HEX triplet: 86, 56 and 5F. RGB value is (134,86,95). Sum of RGB (Red+Green+Blue) = 134+86+95=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86565F is #79A9A0. Grayscale: #656565. Windows color (decimal): -7973281 or 6248070. OLE color: 6248070.

HSL color Cylindrical-coordinate representation of color #86565F: hue angle of 348.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86565F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1348695-
CMYK00.360.290.47
HSL348.75º21.82%43.14%-
HSV(B)348.75º35.82%52.55%-
XYZ15.2212.5512.45-
YUV101.38124.4151.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=42.54%
G=27.30%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134869500.360.290.47348.7521.8243.14
Hex86565F0241D2F15d162b
Octal20612613704435575352653
Binary100001101010110101111101001001110110111110101110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86565F; }

 p { color: rgb(134,86,95); }

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

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

 a { background-color: rgb(134,86,95); }

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

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

 span { border-color: rgb(134,86,95); }

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