#86465C

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

Shades of Cannon Pink #86465C

Tints of Cannon Pink #86465C

Color information

#86465C (or 0x86465C) is unknown color: approx Cannon Pink. HEX triplet: 86, 46 and 5C. RGB value is (134,70,92). Sum of RGB (Red+Green+Blue) = 134+70+92=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86465C is #79B9A3. Grayscale: #5B5B5B. Windows color (decimal): -7977380 or 6047366. OLE color: 6047366.

HSL color Cylindrical-coordinate representation of color #86465C: hue angle of 339.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86465C is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1347092-
CMYK00.480.310.47
HSL339.38º31.37%40%-
HSV(B)339.38º47.76%52.55%-
XYZ13.9510.2211.36-
YUV91.64128.2158.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=45.27%
G=23.65%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134709200.480.310.47339.3831.3740
Hex86465C0301F2F1531f28
Octal20610613406037575233750
Binary100001101000110101110001100001111110111110101001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,70,92); }

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

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

 a { background-color: rgb(134,70,92); }

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

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

 span { border-color: rgb(134,70,92); }

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