#86485D

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

Shades of Cannon Pink #86485D

Tints of Cannon Pink #86485D

Color information

#86485D (or 0x86485D) is unknown color: approx Cannon Pink. HEX triplet: 86, 48 and 5D. RGB value is (134,72,93). Sum of RGB (Red+Green+Blue) = 134+72+93=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #86485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86485D is #79B7A2. Grayscale: #5C5C5C. Windows color (decimal): -7976867 or 6113414. OLE color: 6113414.

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

Color convert

RGB1347293-
CMYK00.460.310.47
HSL339.68º30.1%40.39%-
HSV(B)339.68º46.27%52.55%-
XYZ14.1210.4911.64-
YUV92.93128.04157.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=44.82%
G=24.08%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134729300.460.310.47339.6830.140.39
Hex86485D02E1F2F1541e28
Octal20611013505637575243650
Binary100001101001000101110101011101111110111110101010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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