#86566B

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

Shades of Cannon Pink #86566B

Tints of Cannon Pink #86566B

Color information

#86566B (or 0x86566B) is unknown color: approx Cannon Pink. HEX triplet: 86, 56 and 6B. RGB value is (134,86,107). Sum of RGB (Red+Green+Blue) = 134+86+107=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86566B is #79A994. Grayscale: #666666. Windows color (decimal): -7973269 or 7034502. OLE color: 7034502.

HSL color Cylindrical-coordinate representation of color #86566B: hue angle of 333.75º 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 #86566B is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13486107-
CMYK00.360.200.47
HSL333.75º21.82%43.14%-
HSV(B)333.75º35.82%52.55%-
XYZ15.8112.7915.54-
YUV102.75130.4150.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=40.98%
G=26.30%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348610700.360.200.47333.7521.8243.14
Hex86566B024142F14e162b
Octal20612615304424575162653
Binary100001101010110110101101001001010010111110100111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86566B; }

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

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

<style>
 a { background-color: #86566B; }

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

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

<style>
 span { border-color: #86566B; }

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

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