#86585E

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

Shades of Cannon Pink #86585E

Tints of Cannon Pink #86585E

Color information

#86585E (or 0x86585E) is unknown color: approx Cannon Pink. HEX triplet: 86, 58 and 5E. RGB value is (134,88,94). Sum of RGB (Red+Green+Blue) = 134+88+94=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #86585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86585E is #79A7A1. Grayscale: #666666. Windows color (decimal): -7972770 or 6183046. OLE color: 6183046.

HSL color Cylindrical-coordinate representation of color #86585E: hue angle of 352.17º 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 #86585E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1348894-
CMYK00.340.300.47
HSL352.17º20.72%43.53%-
HSV(B)352.17º34.33%52.55%-
XYZ15.3412.8612.26-
YUV102.44123.24150.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=42.41%
G=27.85%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134889400.340.300.47352.1720.7243.53
Hex86585E0221E2F160152c
Octal20613013604236575402554
Binary100001101011000101111001000101111010111110110000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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