#86556E

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

Shades of Cannon Pink #86556E

Tints of Cannon Pink #86556E

Color information

#86556E (or 0x86556E) is unknown color: approx Cannon Pink. HEX triplet: 86, 55 and 6E. RGB value is (134,85,110). Sum of RGB (Red+Green+Blue) = 134+85+110=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86556E is #79AA91. Grayscale: #666666. Windows color (decimal): -7973522 or 7230854. OLE color: 7230854.

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

Color convert

RGB13485110-
CMYK00.370.180.47
HSL329.39º22.37%42.94%-
HSV(B)329.39º36.57%52.55%-
XYZ15.8912.6916.36-
YUV102.5132.23150.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=40.73%
G=25.84%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348511000.370.180.47329.3922.3742.94
Hex86556E025122F149162b
Octal20612515604522575112653
Binary100001101010101110111001001011001010111110100100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,85,110); }

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

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

 a { background-color: rgb(134,85,110); }

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

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

 span { border-color: rgb(134,85,110); }

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