#86555C

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

Shades of Cannon Pink #86555C

Tints of Cannon Pink #86555C

Color information

#86555C (or 0x86555C) is unknown color: approx Cannon Pink. HEX triplet: 86, 55 and 5C. RGB value is (134,85,92). Sum of RGB (Red+Green+Blue) = 134+85+92=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86555C is #79AAA3. Grayscale: #646464. Windows color (decimal): -7973540 or 6051206. OLE color: 6051206.

HSL color Cylindrical-coordinate representation of color #86555C: hue angle of 351.43º 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 #86555C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1348592-
CMYK00.370.310.47
HSL351.43º22.37%42.94%-
HSV(B)351.43º36.57%52.55%-
XYZ15.0112.3411.72-
YUV100.45123.23151.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=43.09%
G=27.33%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134859200.370.310.47351.4322.3742.94
Hex86555C0251F2F15f162b
Octal20612513404537575372653
Binary100001101010101101110001001011111110111110101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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