#86585F

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

Shades of Cannon Pink #86585F

Tints of Cannon Pink #86585F

Color information

#86585F (or 0x86585F) is unknown color: approx Cannon Pink. HEX triplet: 86, 58 and 5F. RGB value is (134,88,95). Sum of RGB (Red+Green+Blue) = 134+88+95=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #86585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86585F is #79A7A0. Grayscale: #666666. Windows color (decimal): -7972769 or 6248582. OLE color: 6248582.

HSL color Cylindrical-coordinate representation of color #86585F: hue angle of 350.87º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86585F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1348895-
CMYK00.340.290.47
HSL350.87º20.72%43.53%-
HSV(B)350.87º34.33%52.55%-
XYZ15.3912.8712.5-
YUV102.55123.74150.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=42.27%
G=27.76%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134889500.340.290.47350.8720.7243.53
Hex86585F0221D2F15f152c
Octal20613013704235575372554
Binary100001101011000101111101000101110110111110101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86585F; }

 p { color: rgb(134,88,95); }

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

<style>
 a { background-color: #86585F; }

 a { background-color: rgb(134,88,95); }

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

<style>
 span { border-color: #86585F; }

 span { border-color: rgb(134,88,95); }

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