#86526A

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

Shades of Cannon Pink #86526A

Tints of Cannon Pink #86526A

Color information

#86526A (or 0x86526A) is unknown color: approx Cannon Pink. HEX triplet: 86, 52 and 6A. RGB value is (134,82,106). Sum of RGB (Red+Green+Blue) = 134+82+106=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #86526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86526A is #79AD95. Grayscale: #646464. Windows color (decimal): -7974294 or 6967942. OLE color: 6967942.

HSL color Cylindrical-coordinate representation of color #86526A: hue angle of 332.31º 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 #86526A is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13482106-
CMYK00.390.210.47
HSL332.31º24.07%42.35%-
HSV(B)332.31º38.81%52.55%-
XYZ15.4512.1415.17-
YUV100.28131.23152.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=41.61%
G=25.47%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348210600.390.210.47332.3124.0742.35
Hex86526A027152F14c182a
Octal20612215204725575143052
Binary100001101010010110101001001111010110111110100110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86526A; }

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

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

<style>
 a { background-color: #86526A; }

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

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

<style>
 span { border-color: #86526A; }

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

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