#86565C

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

Shades of Cannon Pink #86565C

Tints of Cannon Pink #86565C

Color information

#86565C (or 0x86565C) is unknown color: approx Cannon Pink. HEX triplet: 86, 56 and 5C. RGB value is (134,86,92). Sum of RGB (Red+Green+Blue) = 134+86+92=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86565C is #79A9A3. Grayscale: #656565. Windows color (decimal): -7973284 or 6051462. OLE color: 6051462.

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

Color convert

RGB1348692-
CMYK00.360.310.47
HSL352.5º21.82%43.14%-
HSV(B)352.5º35.82%52.55%-
XYZ15.0912.511.74-
YUV101.04122.9151.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=42.95%
G=27.56%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134869200.360.310.47352.521.8243.14
Hex86565C0241F2F160162b
Octal20612613404437575402653
Binary100001101010110101110001001001111110111110110000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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