#86525E

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

Shades of Cannon Pink #86525E

Tints of Cannon Pink #86525E

Color information

#86525E (or 0x86525E) is unknown color: approx Cannon Pink. HEX triplet: 86, 52 and 5E. RGB value is (134,82,94). Sum of RGB (Red+Green+Blue) = 134+82+94=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86525E is #79ADA1. Grayscale: #626262. Windows color (decimal): -7974306 or 6181510. OLE color: 6181510.

HSL color Cylindrical-coordinate representation of color #86525E: hue angle of 346.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86525E is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1348294-
CMYK00.390.300.47
HSL346.15º24.07%42.35%-
HSV(B)346.15º38.81%52.55%-
XYZ14.8711.9112.11-
YUV98.92125.23153.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=43.23%
G=26.45%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134829400.390.300.47346.1524.0742.35
Hex86525E0271E2F15a182a
Octal20612213604736575323052
Binary100001101010010101111001001111111010111110101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86525E; }

 p { color: rgb(134,82,94); }

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

<style>
 a { background-color: #86525E; }

 a { background-color: rgb(134,82,94); }

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

<style>
 span { border-color: #86525E; }

 span { border-color: rgb(134,82,94); }

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